From 46b7673ab92839512d824b2d2df9e8ff54855b2f Mon Sep 17 00:00:00 2001 From: Unbound Releaser Date: Fri, 26 Jun 2026 16:07:39 +0000 Subject: [PATCH 1/2] chore(release): prepare for v0.1.1 --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30c79b3..d0907a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,17 @@ All notable changes to this project will be documented in this file. +## [0.1.1] - 2026-06-26 + +### ⚙️ Miscellaneous Tasks + +- *(deps)* Update actions/checkout action to v7 (#2) +- *(deps)* Update actions/cache action to v6 (#4) + ## [0.1.0] - 2026-06-16 ### 🚀 Features -- Initial version: type-generic `Registry[T]` for cross-service read-your-writes GraphQL subscriptions (ADR-0012) — keyed subscriber map, non-blocking fan-out (sends under the read lock), a bounded worker pool that runs the read-view gate off the AMQP delivery goroutine, and `Observer` metric hooks. Extracted and hardened from the hand-rolled `authz-service` and `accounting-service` copies. +- Type-generic registry for cross-service read-your-writes subscriptions -- 2.54.0 From 8821f98f1cf0f05733b727a329f28b25e5693cfd Mon Sep 17 00:00:00 2001 From: Unbound Releaser Date: Fri, 26 Jun 2026 16:07:42 +0000 Subject: [PATCH 2/2] chore(release): prepare for v0.1.1 --- .version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.version b/.version index 557859c..5e94b0f 100644 --- a/.version +++ b/.version @@ -1,3 +1,3 @@ { - "version": "v0.1.0" + "version": "v0.1.1" } -- 2.54.0