diff --git a/.release-please-manifest.json b/.release-please-manifest.json index def7208..6041c92 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "crates/icm-cli": "0.10.4" + "crates/icm-cli": "0.10.5" } diff --git a/crates/icm-cli/CHANGELOG.md b/crates/icm-cli/CHANGELOG.md index 250e206..dbdba49 100644 --- a/crates/icm-cli/CHANGELOG.md +++ b/crates/icm-cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.5](https://github.com/rtk-ai/icm/compare/icm-v0.10.4...icm-v0.10.5) (2026-03-21) + + +### Bug Fixes + +* comprehensive audit fixes — security, performance, tech debt, tests ([#51](https://github.com/rtk-ai/icm/issues/51)) ([c3555c9](https://github.com/rtk-ai/icm/commit/c3555c9bdceb2d66829a724a7cd4aeb6bb0c6c52)) + ## [0.10.4](https://github.com/rtk-ai/icm/compare/icm-v0.10.3...icm-v0.10.4) (2026-03-21) diff --git a/crates/icm-cli/Cargo.toml b/crates/icm-cli/Cargo.toml index 0d1dfd5..f6d691b 100644 --- a/crates/icm-cli/Cargo.toml +++ b/crates/icm-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icm-cli" -version = "0.10.4" +version = "0.10.5" edition = "2021" description = "Permanent memory for AI agents" license = "LicenseRef-Proprietary"