Skip to content

Commit eb97e72

Browse files
committed
chore: bump version to 0.10.2
Performance, security and code quality improvements: - Fix N+1 queries in memoir operations (batch concept counts, batch links) - Harden input bounds (store-level limit caps, keyword cap, confidence clamp) - Validate embedding blob alignment - Replace inline embed_text with Memory::embed_text() - Extract shared helpers (parse_keywords, topic_matches, keyword_matches) - Merge inject_claude_hook/inject_claude_pretool_hook - Replace collect-all-topics N+1 with list_all() - Pre-allocate Vecs in hybrid search
1 parent 9a8a435 commit eb97e72

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.1"
3+
version = "0.10.2"
44
edition = "2021"
55
description = "Permanent memory for AI agents"
66
license = "LicenseRef-Proprietary"

crates/icm-core/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-core"
3-
version = "0.10.0"
3+
version = "0.10.2"
44
edition = "2021"
55

66
[features]

crates/icm-mcp/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-mcp"
3-
version = "0.10.0"
3+
version = "0.10.2"
44
edition = "2021"
55

66
[features]

crates/icm-store/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-store"
3-
version = "0.10.0"
3+
version = "0.10.2"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)