diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1fb8c24..a7fd6a0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.4" + ".": "1.1.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 18cfed0..445514f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.5](https://github.com/rabii-chaarani/codebaseGraph/compare/v1.1.4...v1.1.5) (2026-06-22) + + +### Bug Fixes + +* **release:** shrink crates.io package ([07c2e3c](https://github.com/rabii-chaarani/codebaseGraph/commit/07c2e3cc17a0e68593335373cf2a3f11b8964904)) + ## [1.1.4](https://github.com/rabii-chaarani/codebaseGraph/compare/v1.1.3...v1.1.4) (2026-06-22) diff --git a/Cargo.lock b/Cargo.lock index c95da9e..8fb07fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -103,7 +103,7 @@ dependencies = [ [[package]] name = "codebase-graph" -version = "1.1.4" +version = "1.1.5" dependencies = [ "lbug", "notify", @@ -943,7 +943,7 @@ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" [[package]] name = "xtask" -version = "1.1.4" +version = "1.1.5" dependencies = [ "serde_json", ] diff --git a/Cargo.toml b/Cargo.toml index caefd08..ddd5a19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "codebase-graph" -version = "1.1.4" +version = "1.1.5" 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 46688c2..c5fd33d 100644 --- a/crates/xtask/Cargo.toml +++ b/crates/xtask/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xtask" -version = "1.1.4" +version = "1.1.5" edition = "2021" publish = false