From ee39fa06b0f41830fa16db87d818bdfab28e55a0 Mon Sep 17 00:00:00 2001 From: Unbound Releaser Date: Sat, 29 Aug 2026 11:27:52 +0000 Subject: [PATCH] chore(release): prepare for v0.1.1 (#17) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [0.1.1] - 2026-08-21 ### 🐛 Bug Fixes - *(deps)* Update module github.com/stretchr/testify to v1.12.0 (#12) - *(deps)* Update module github.com/stretchr/testify to v1.12.1 (#14) ### ⚙️ Miscellaneous Tasks - *(deps)* Update actions/checkout action to v7 (#2) - *(deps)* Update actions/cache action to v6 (#4) - *(deps)* Update pre-commit hook alessandrojcm/commitlint-pre-commit-hook to v9.26.0 (#6) - *(deps)* Update actions/setup-go action to v7 (#8) - *(deps)* Update actions/setup-python action to v7 (#10) - *(deps)* Update pre-commit hook golangci/golangci-lint to v2.13.1 (#15) --- **Note:** Please use **Squash Merge** when merging this PR. Reviewed-on: https://gitea.unbound.se/shiny/subscriptions/pulls/17 Co-authored-by: Unbound Releaser --- .version | 2 +- CHANGELOG.md | 18 +++++++++++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) 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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 30c79b3..a4078fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,26 @@ All notable changes to this project will be documented in this file. +## [0.1.1] - 2026-08-21 + +### 🐛 Bug Fixes + +- *(deps)* Update module github.com/stretchr/testify to v1.12.0 (#12) +- *(deps)* Update module github.com/stretchr/testify to v1.12.1 (#14) + +### ⚙️ Miscellaneous Tasks + +- *(deps)* Update actions/checkout action to v7 (#2) +- *(deps)* Update actions/cache action to v6 (#4) +- *(deps)* Update pre-commit hook alessandrojcm/commitlint-pre-commit-hook to v9.26.0 (#6) +- *(deps)* Update actions/setup-go action to v7 (#8) +- *(deps)* Update actions/setup-python action to v7 (#10) +- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.13.1 (#15) + ## [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