diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 418b49e..6507815 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.39.0" + ".": "0.40.0" } diff --git a/Cargo.toml b/Cargo.toml index cee2da6..9123a3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.39.0" +version = "0.40.0" edition = "2024" license = "MIT" authors = ["sunerpy "] diff --git a/changelog/CHANGELOG-v0.x.md b/changelog/CHANGELOG-v0.x.md index 8a64613..b2f1142 100644 --- a/changelog/CHANGELOG-v0.x.md +++ b/changelog/CHANGELOG-v0.x.md @@ -1,5 +1,12 @@ # Changelog +## [0.40.0](https://github.com/sunerpy/codegraph-rust/compare/v0.39.0...v0.40.0) (2026-07-17) + + +### Features + +* **godot:** resolve UID-form autoloads and unify resource impact queries ([#161](https://github.com/sunerpy/codegraph-rust/issues/161)) ([b005a18](https://github.com/sunerpy/codegraph-rust/commit/b005a180285946934216ccdca1eb3bcdf6e9b981)) + ## [0.39.0](https://github.com/sunerpy/codegraph-rust/compare/v0.38.0...v0.39.0) (2026-07-16) diff --git a/version.txt b/version.txt index 4ef2eb0..9b0025a 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.39.0 +0.40.0