diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3a39fd8..93c546c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.35.0" + ".": "0.36.0" } diff --git a/Cargo.toml b/Cargo.toml index e9bc962..4d8111b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.35.0" +version = "0.36.0" edition = "2024" license = "MIT" authors = ["sunerpy "] diff --git a/changelog/CHANGELOG-v0.x.md b/changelog/CHANGELOG-v0.x.md index c7dac9e..7c67127 100644 --- a/changelog/CHANGELOG-v0.x.md +++ b/changelog/CHANGELOG-v0.x.md @@ -1,5 +1,12 @@ # Changelog +## [0.36.0](https://github.com/sunerpy/codegraph-rust/compare/v0.35.0...v0.36.0) (2026-07-14) + + +### Features + +* **extraction:** index Nix (.nix) at the extraction tier ([#153](https://github.com/sunerpy/codegraph-rust/issues/153)) ([3e03e6a](https://github.com/sunerpy/codegraph-rust/commit/3e03e6a5cafff637f3ab7490d7c9fa56845b61b1)) + ## [0.35.0](https://github.com/sunerpy/codegraph-rust/compare/v0.34.0...v0.35.0) (2026-07-14) diff --git a/version.txt b/version.txt index 7b52f5e..93d4c1e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.35.0 +0.36.0