diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a7fd6a0..cf06893 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.5" + ".": "1.1.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 445514f..4f353e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.6](https://github.com/rabii-chaarani/codebaseGraph/compare/v1.1.5...v1.1.6) (2026-06-23) + + +### Bug Fixes + +* Recover live graph refresh after DB contention ([#40](https://github.com/rabii-chaarani/codebaseGraph/issues/40)) ([ee1754b](https://github.com/rabii-chaarani/codebaseGraph/commit/ee1754b66f98a69832b72dbd21224e7a87e97b19)) + ## [1.1.5](https://github.com/rabii-chaarani/codebaseGraph/compare/v1.1.4...v1.1.5) (2026-06-22) diff --git a/Cargo.lock b/Cargo.lock index 8fb07fd..47e1f39 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -103,7 +103,7 @@ dependencies = [ [[package]] name = "codebase-graph" -version = "1.1.5" +version = "1.1.6" dependencies = [ "lbug", "notify", @@ -943,7 +943,7 @@ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" [[package]] name = "xtask" -version = "1.1.5" +version = "1.1.6" dependencies = [ "serde_json", ] diff --git a/Cargo.toml b/Cargo.toml index ddd5a19..e01dae6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "codebase-graph" -version = "1.1.5" +version = "1.1.6" edition = "2021" rust-version = "1.82" description = "Native codebaseGraph CLI and MCP server for local code knowledge graphs." diff --git a/crates/xtask/Cargo.toml b/crates/xtask/Cargo.toml index c5fd33d..11a6345 100644 --- a/crates/xtask/Cargo.toml +++ b/crates/xtask/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xtask" -version = "1.1.5" +version = "1.1.6" edition = "2021" publish = false