From ff07f69d85a865132396506d5377c044ca991ae7 Mon Sep 17 00:00:00 2001 From: AstroQore <69107895+AstroQore@users.noreply.github.com> Date: Thu, 20 Aug 2026 13:59:45 +0800 Subject: [PATCH] chore: release 0.4.2 Co-Authored-By: Codex --- CHANGELOG.md | 5 +++++ Sources/AgentSessionKit/AgentSessionKitInfo.swift | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 353be12..06aba0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.4.2] - 2026-08-20 + +Full-text session indexing now rebuilds large derived indexes with a bounded +working set while preserving the complete existing search surface. + ### Fixed - **Full-text session rebuilds now have a bounded working set.** Schema v5 still indexes every eligible session and the same title, user, assistant, diff --git a/Sources/AgentSessionKit/AgentSessionKitInfo.swift b/Sources/AgentSessionKit/AgentSessionKitInfo.swift index 4b0301c..5f97cf8 100644 --- a/Sources/AgentSessionKit/AgentSessionKitInfo.swift +++ b/Sources/AgentSessionKit/AgentSessionKitInfo.swift @@ -19,7 +19,7 @@ public enum AgentSessionKitInfo { /// /// Semver, bare — no `v` prefix, matching the tags. Bumping it is part /// of the release commit; see `RELEASING.md`. - public static let version = "0.4.1" + public static let version = "0.4.2" /// Where the package lives. Public because a host that shows the /// version usually wants somewhere to send the reader.