From 947fe48a84d77b7871d95cf37407444d0f80d5e4 Mon Sep 17 00:00:00 2001 From: Jonathan Yoder Date: Fri, 14 Aug 2026 08:35:26 -0400 Subject: [PATCH] chore(release): date 0.6.0 Dates [Unreleased] as 0.6.0 and adds its compare link. Verified against git diff v0.5.0..origin/main -- CHANGELOG.md that the section contains exactly the subheadings added since that tag (the packed comparison key Notes and the shared-Version race fix), so no already-published content is re-dated. Minor bump, not patch: Compare's performance profile and the equality path change behaviour observably (timing, allocation) even though the public API and every ordering are unchanged; and the release carries a concurrency-guarantee change (a parsed Version is now documented safe to share across goroutines). Co-Authored-By: Claude Opus 5 (1M context) --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fc3ec7..dc0c7b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ mistaken for a safe patch upgrade. ## [Unreleased] +## [0.6.0] - 2026-08-14 + ### Notes - `version`: `Compare` (and everything built on it: `Equal`, `LessThan`, @@ -967,7 +969,8 @@ Initial release. One module, one package per PEP concern: - `license/` — PyPI classifier standardization, SPDX expression parsing, and top-level license derivation. -[Unreleased]: https://github.com/posit-dev/go-python-packaging/compare/v0.5.0...HEAD +[Unreleased]: https://github.com/posit-dev/go-python-packaging/compare/v0.6.0...HEAD +[0.6.0]: https://github.com/posit-dev/go-python-packaging/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.com/posit-dev/go-python-packaging/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/posit-dev/go-python-packaging/compare/v0.3.1...v0.4.0 [0.3.1]: https://github.com/posit-dev/go-python-packaging/compare/v0.3.0...v0.3.1