From ca8edb7cbba71e60cc9efa3bbc98fc3114e7f068 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 07:32:24 +0000 Subject: [PATCH] chore(main): release 0.40.2 --- .release-please-manifest.json | 2 +- Cargo.toml | 2 +- changelog/CHANGELOG-v0.x.md | 7 +++++++ version.txt | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 235806f..0491ea3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.40.1" + ".": "0.40.2" } diff --git a/Cargo.toml b/Cargo.toml index c4891fd..85936ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.40.1" +version = "0.40.2" edition = "2024" license = "MIT" authors = ["sunerpy "] diff --git a/changelog/CHANGELOG-v0.x.md b/changelog/CHANGELOG-v0.x.md index fb0d92b..2f2b087 100644 --- a/changelog/CHANGELOG-v0.x.md +++ b/changelog/CHANGELOG-v0.x.md @@ -1,5 +1,12 @@ # Changelog +## [0.40.2](https://github.com/sunerpy/codegraph-rust/compare/v0.40.1...v0.40.2) (2026-07-20) + + +### Bug Fixes + +* **watch:** prevent native watcher handle leaks ([#165](https://github.com/sunerpy/codegraph-rust/issues/165)) ([a469ae4](https://github.com/sunerpy/codegraph-rust/commit/a469ae4d811a7d35a7036b73fddbac5f6157fccd)) + ## [0.40.1](https://github.com/sunerpy/codegraph-rust/compare/v0.40.0...v0.40.1) (2026-07-19) diff --git a/version.txt b/version.txt index d0a1915..385bb68 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.40.1 +0.40.2