From 8ea78d7fa4550b8ff03ad036a032fe79fe328a64 Mon Sep 17 00:00:00 2001 From: d-oit Date: Fri, 5 Jun 2026 17:05:18 +0200 Subject: [PATCH] fix: downgrade release version to 0.2.4 patch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - VERSION: 0.3.0 → 0.2.4 (no existing releases/tags to warrant minor bump) - CHANGELOG: fix header and comparison links to v0.2.4 - Wording: 'breaking for direct callers' → 'internal API change' Co-authored-by: d-oit <6849456+d-oit@users.noreply.github.com> --- CHANGELOG.md | 8 ++++---- VERSION | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53b574e6..f2bbbfb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.3.0] - 2026-06-05 +## [0.2.4] - 2026-06-05 ### Added - AES-256-GCM encryption for API keys at rest via Web Crypto API (#238) @@ -34,7 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - E2E test schema SQL, tiptap timing, and Playwright config for CI ### Changed -- `loadConfig` and `saveConfig` are now async (breaking for direct callers) +- `loadConfig` and `saveConfig` are now async (internal API change) - Simplified `maskApiKey` to remove redundant logic - Repository `parseMetadata` uses extracted `normalizeFields` helper - Improved comment quality in silent catch blocks across 4 files @@ -133,8 +133,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Quality gate exits with code 2 to surface errors to agent - Progressive disclosure for skills (load on demand) -[Unreleased]: https://github.com/d-oit/do-knowledge-studio/compare/v0.3.0...HEAD -[0.3.0]: https://github.com/d-oit/do-knowledge-studio/compare/v0.2.3...v0.3.0 +[Unreleased]: https://github.com/d-oit/do-knowledge-studio/compare/v0.2.4...HEAD +[0.2.4]: https://github.com/d-oit/do-knowledge-studio/compare/v0.2.3...v0.2.4 [0.2.3]: https://github.com/d-oit/do-knowledge-studio/compare/v0.2.2...v0.2.3 [0.2.2]: https://github.com/d-oit/do-knowledge-studio/compare/v0.2.1...v0.2.2 [0.2.1]: https://github.com/d-oit/do-knowledge-studio/compare/v0.2.0...v0.2.1 diff --git a/VERSION b/VERSION index 0d91a54c..abd41058 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.0 +0.2.4