diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0491ea3..77b3426 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.40.2" + ".": "0.40.3" } diff --git a/Cargo.toml b/Cargo.toml index 85936ad..8ea2925 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.40.2" +version = "0.40.3" edition = "2024" license = "MIT" authors = ["sunerpy "] diff --git a/changelog/CHANGELOG-v0.x.md b/changelog/CHANGELOG-v0.x.md index 2f2b087..fedd85b 100644 --- a/changelog/CHANGELOG-v0.x.md +++ b/changelog/CHANGELOG-v0.x.md @@ -1,5 +1,12 @@ # Changelog +## [0.40.3](https://github.com/sunerpy/codegraph-rust/compare/v0.40.2...v0.40.3) (2026-07-24) + + +### Bug Fixes + +* **react:** avoid UTF-8 boundary panics ([#167](https://github.com/sunerpy/codegraph-rust/issues/167)) ([ff0d504](https://github.com/sunerpy/codegraph-rust/commit/ff0d504662f835d04fa3ae56ce4390c1780d8f87)) + ## [0.40.2](https://github.com/sunerpy/codegraph-rust/compare/v0.40.1...v0.40.2) (2026-07-20) diff --git a/version.txt b/version.txt index 385bb68..e373c4a 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.40.2 +0.40.3