Skip to content

Commit 7fcc08e

Browse files
chore(main): release icm 0.10.21
1 parent 0dd366d commit 7fcc08e

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"crates/icm-cli": "0.10.20"
2+
"crates/icm-cli": "0.10.21"
33
}

crates/icm-cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.10.21](https://github.com/rtk-ai/icm/compare/icm-v0.10.20...icm-v0.10.21) (2026-04-12)
4+
5+
6+
### Bug Fixes
7+
8+
* persist hook counter in SQLite instead of /tmp file ([#101](https://github.com/rtk-ai/icm/issues/101)) ([a256a85](https://github.com/rtk-ai/icm/commit/a256a85e49bcdb0bebe2d325110bb9f58b9d9790))
9+
* **zed:** use correct settings format ([#88](https://github.com/rtk-ai/icm/issues/88)) ([0dd366d](https://github.com/rtk-ai/icm/commit/0dd366d7834acebe662593c4640bbb0ccc8aaa5c))
10+
311
## [0.10.20](https://github.com/rtk-ai/icm/compare/icm-v0.10.19...icm-v0.10.20) (2026-04-12)
412

513

crates/icm-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "icm-cli"
3-
version = "0.10.20"
3+
version = "0.10.21"
44
edition = "2021"
55
description = "Permanent memory for AI agents"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)