From 2a63866957690a5c48225e78e6e96fd52087388d Mon Sep 17 00:00:00 2001 From: Tinnci <23432137+Tinnci@users.noreply.github.com> Date: Sun, 12 Jul 2026 12:30:55 +0800 Subject: [PATCH] Prepare v0.6.0 release --- CHANGELOG.md | 2 +- ROADMAP.md | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8829b0..1e3f955 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. This project follows semantic versioning once published to PyPI. -## Unreleased +## 0.6.0 - 2026-07-12 ### Added diff --git a/ROADMAP.md b/ROADMAP.md index de1c620..b503646 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -18,14 +18,14 @@ evidence and a smaller number of well-supported paths. The immediate goal is a release-quality package, not another model backend. -Required before release: - -1. Merge the relative matrix run-manifest resolution fix and its regression test. -2. Run the complete local release checklist in [docs/RELEASE.md](docs/RELEASE.md). -3. Confirm CI on the release commit and inspect the built wheel/sdist. -4. Run a fresh installed-wheel CLI smoke test outside the source tree. -5. Publish release notes from [CHANGELOG.md](CHANGELOG.md) and retain generated evidence outside the - repository unless it is small and intentionally versioned. +Release-preparation status: + +- [x] Merge the relative matrix run-manifest resolution fix and its regression test. +- [x] Run the complete local release checklist in [docs/RELEASE.md](docs/RELEASE.md). +- [x] Confirm CI on the merge commit and inspect the built wheel/sdist. +- [x] Run a fresh installed-wheel CLI smoke test outside the source tree. +- [ ] Tag `v0.6.0`, publish the GitHub release, and verify the trusted-publishing workflow and PyPI + installation. Release scope deliberately excludes new heavyweight evaluators, new model weights, and a new self-contained backend.