diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6041c92..fe22ab2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "crates/icm-cli": "0.10.5" + "crates/icm-cli": "0.10.6" } diff --git a/crates/icm-cli/CHANGELOG.md b/crates/icm-cli/CHANGELOG.md index dbdba49..6127b6a 100644 --- a/crates/icm-cli/CHANGELOG.md +++ b/crates/icm-cli/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.10.6](https://github.com/rtk-ai/icm/compare/icm-v0.10.5...icm-v0.10.6) (2026-04-06) + + +### Features + +* add Copilot/Windsurf CLI instructions + integration docs ([#55](https://github.com/rtk-ai/icm/issues/55)) ([344df6a](https://github.com/rtk-ai/icm/commit/344df6a3935a4da2157c33868708a4a27d9d321b)) + + +### Bug Fixes + +* JSONC parsing in init + OpenCode plugin extraction ([#57](https://github.com/rtk-ai/icm/issues/57), [#58](https://github.com/rtk-ai/icm/issues/58)) ([#60](https://github.com/rtk-ai/icm/issues/60)) ([a3a7967](https://github.com/rtk-ai/icm/commit/a3a796717ff815dcc8456fb41811169b8b2d56ef)) + ## [0.10.5](https://github.com/rtk-ai/icm/compare/icm-v0.10.4...icm-v0.10.5) (2026-03-21) diff --git a/crates/icm-cli/Cargo.toml b/crates/icm-cli/Cargo.toml index d4a3239..2cc4d9d 100644 --- a/crates/icm-cli/Cargo.toml +++ b/crates/icm-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icm-cli" -version = "0.10.5" +version = "0.10.6" edition = "2021" description = "Permanent memory for AI agents" license = "Apache-2.0"