Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Comment on lines +7 to 8
### Added

Expand Down
16 changes: 8 additions & 8 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down