2 Commits

Author SHA1 Message Date
releaser cd7e15c214 chore(release): prepare for v0.1.1
auth / coverage-baseline (pull_request) Has been skipped
auth / test (pull_request) Successful in 2m51s
auth / vulnerabilities (pull_request) Successful in 1m34s
pre-commit / pre-commit (pull_request) Successful in 5m21s
2026-06-20 18:49:08 +00:00
releaser 4a6deed2b6 chore(release): prepare for v0.1.1 2026-06-20 18:49:02 +00:00
2 changed files with 13 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
"version": "v0.1.0"
"version": "v0.1.1"
}
+12 -1
View File
@@ -2,10 +2,21 @@
All notable changes to this project will be documented in this file.
## [0.1.1] - 2026-06-20
### 🐛 Bug Fixes
- *(deps)* Update module github.com/stretchr/testify to v1.11.1 (#2)
### ⚙️ Miscellaneous Tasks
- *(ci)* Add shared-lib scaffolding and functional coverage gate (#4)
- *(deps)* Update actions/checkout action to v7
## [0.1.0] - 2026-06-15
### 🚀 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 -->