From ce3968d9304ea88366de3a2eae19edf42327346f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 09:12:33 +0000 Subject: [PATCH] chore(main): release icm 0.10.4 --- .release-please-manifest.json | 2 +- crates/icm-cli/CHANGELOG.md | 7 +++++++ crates/icm-cli/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f897dfe..def7208 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "crates/icm-cli": "0.10.3" + "crates/icm-cli": "0.10.4" } diff --git a/crates/icm-cli/CHANGELOG.md b/crates/icm-cli/CHANGELOG.md index bae9fce..250e206 100644 --- a/crates/icm-cli/CHANGELOG.md +++ b/crates/icm-cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.4](https://github.com/rtk-ai/icm/compare/icm-v0.10.3...icm-v0.10.4) (2026-03-21) + + +### Features + +* add .deb and .rpm packages, drop Windows ARM64 ([#47](https://github.com/rtk-ai/icm/issues/47)) ([c7f8775](https://github.com/rtk-ai/icm/commit/c7f87750a78d91907757e02a3e0a7fa2caa79d5e)) + ## [0.10.3](https://github.com/rtk-ai/icm/compare/icm-v0.10.2...icm-v0.10.3) (2026-03-17) diff --git a/crates/icm-cli/Cargo.toml b/crates/icm-cli/Cargo.toml index 79f94dc..0d1dfd5 100644 --- a/crates/icm-cli/Cargo.toml +++ b/crates/icm-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icm-cli" -version = "0.10.3" +version = "0.10.4" edition = "2021" description = "Permanent memory for AI agents" license = "LicenseRef-Proprietary"