From 6abd0139f4efbd45b5301ba32294393e317efe6c Mon Sep 17 00:00:00 2001 From: AlexMikhalev Date: Wed, 12 Aug 2026 13:00:21 +0100 Subject: [PATCH] chore(grep): prepare 1.21.2 release --- crates/terraphim_grep/CHANGELOG.md | 7 +++++++ crates/terraphim_grep/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/crates/terraphim_grep/CHANGELOG.md b/crates/terraphim_grep/CHANGELOG.md index 4d089e7..002fbd2 100644 --- a/crates/terraphim_grep/CHANGELOG.md +++ b/crates/terraphim_grep/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to terraphim_grep are documented here. +## [1.21.2] - 2026-08-12 + +### Fixed +- Preserve retrieved chunks and knowledge-graph concepts when sufficiency is `RlmInsufficient`. +- Derive `stats.chunks_returned` and `stats.kg_hits` from the returned collections so structured output remains truthful. +- Add deterministic regression coverage for non-empty insufficient results and retained KG concepts. + ## [1.20.0] - 2026-05-25 ### Added diff --git a/crates/terraphim_grep/Cargo.toml b/crates/terraphim_grep/Cargo.toml index 1ea9e65..984266c 100644 --- a/crates/terraphim_grep/Cargo.toml +++ b/crates/terraphim_grep/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "terraphim_grep" -version.workspace = true +version = "1.21.2" edition.workspace = true authors = ["Terraphim AI Team "] description = "Intelligent hybrid grep with RLM fallback and KG curation"