From 26229c7207ebdfabc4d31d2a90a448a6be752835 Mon Sep 17 00:00:00 2001 From: Henry Stern Date: Sun, 21 Jun 2026 13:59:15 -0300 Subject: [PATCH] release v0.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Date the [Unreleased] entry as [0.2.1] and add its compare links ahead of tagging. The release is the single value-only SubjectAs cleanup already merged: SubjectAs and IssSub drop the reflection-based pointer-form fallback that go-subjectid v0.2.0 rendered unreachable. Patch level because the documented surface — reading subjects from Parse or value-built SETs — is unchanged. 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 131cf4e..6ba1487 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.2.1] - 2026-06-21 + ### Changed - `SubjectAs[T]` and `SET.IssSub` now match the value form of the `sub_id` @@ -68,7 +70,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). (such as OpenID CAEP and RISC) plug in typed decoders while unknown event types stay raw. -[Unreleased]: https://github.com/hstern/go-secevent/compare/v0.2.0...HEAD +[Unreleased]: https://github.com/hstern/go-secevent/compare/v0.2.1...HEAD +[0.2.1]: https://github.com/hstern/go-secevent/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/hstern/go-secevent/compare/v0.1.1...v0.2.0 [0.1.1]: https://github.com/hstern/go-secevent/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/hstern/go-secevent/releases/tag/v0.1.0