From cf65e8762b13cad3216423886923e594ba2075cd Mon Sep 17 00:00:00 2001 From: Szymon Janikowski Date: Wed, 24 Jun 2026 13:56:00 +0200 Subject: [PATCH] chore: release v0.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move [Unreleased] under the v0.5.0 header (dated 2026-06-24), add a fresh empty [Unreleased] block, and update the compare links. v0.5.0 ships: layered pricing override + visibility (ADR-013), token & cost metrics + reasoning effort (ADR-011), rubric calibration (ADR-010), native Codex/Gemini skill injection (ADR-012), results-export + repeated-evaluation, the harbor 0.13 bump, the NASDE→Nasde rebrand + Starlight docs, and the June-2026 CVE pins. Minor bump: new features + a Removed (scalar efficiency output fields), with the user-facing CLI / nasde.toml schema / project layout all backwards-compatible (pre-1.0 policy). Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2517650..198eb02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ See [docs/RELEASING.md](docs/RELEASING.md) for the release procedure. ## [Unreleased] +## [0.5.0] — 2026-06-24 + ### Added - **Convention-based layered price overrides ([ADR-013](docs/adr/013-layered-pricing-override.md)).** Model prices are now overridable after install without touching the wheel: drop a @@ -552,7 +554,8 @@ Initial release under the **nasde-toolkit** name (rebrand from - `v0.1.0` represents the first public-oriented baseline; earlier commits on the `sdlc-eval-kit` history are not cataloged here. -[Unreleased]: https://github.com/NoesisVision/nasde-toolkit/compare/v0.4.0...HEAD +[Unreleased]: https://github.com/NoesisVision/nasde-toolkit/compare/v0.5.0...HEAD +[0.5.0]: https://github.com/NoesisVision/nasde-toolkit/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/NoesisVision/nasde-toolkit/compare/v0.3.3...v0.4.0 [0.3.3]: https://github.com/NoesisVision/nasde-toolkit/compare/v0.3.2...v0.3.3 [0.3.2]: https://github.com/NoesisVision/nasde-toolkit/compare/v0.3.0...v0.3.2