Merge pull request 'chore(release): prepare for v0.1.1' (#21) from next-release into main
auth / coverage-baseline (push) Successful in 58s
Unbound Release / Check Preconditions (push) Successful in 26s
Unbound Release / Create Tag (push) Skipped
Unbound Release / Generate Changelog and Handle PR (push) Successful in 29s
auth / test (push) Skipped
auth / vulnerabilities (push) Skipped
Unbound Release / Create Release (push) Successful in 29s
Release / release (push) Successful in 2m52s
pre-commit / pre-commit (push) Successful in 3m52s

Reviewed-on: #21
This commit was merged in pull request #21.
This commit is contained in:
2026-08-29 11:28:31 +00:00
2 changed files with 20 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{ {
"version": "v0.1.0" "version": "v0.1.1"
} }
+19 -1
View File
@@ -2,10 +2,28 @@
All notable changes to this project will be documented in this file. 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.11.1 (#2)
- *(deps)* Update module github.com/stretchr/testify to v1.12.0 (#16)
- *(deps)* Update module github.com/stretchr/testify to v1.12.1 (#18)
### ⚙️ Miscellaneous Tasks
- *(ci)* Add shared-lib scaffolding and functional coverage gate (#4)
- *(deps)* Update actions/checkout action to v7
- *(deps)* Update actions/cache action to v6
- *(deps)* Update pre-commit hook alessandrojcm/commitlint-pre-commit-hook to v9.26.0 (#10)
- *(deps)* Update actions/setup-go action to v7
- *(deps)* Update actions/setup-python action to v7
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.13.1 (#19)
## [0.1.0] - 2026-06-15 ## [0.1.0] - 2026-06-15
### 🚀 Features ### 🚀 Features
- Initial version: signed `user` header middleware (ADR-0005) and the `MissingDeployedSecrets` startup guard (ADR-0005/0006), extracted from the per-service copies. - Initial shared auth module
<!-- generated by git-cliff --> <!-- generated by git-cliff -->