chore(release): prepare for v0.2.0 (#6)
logging / test (push) Has been skipped
logging / vulnerabilities (push) Has been skipped
Release / release (push) Successful in 46s
logging / coverage-baseline (push) Successful in 2m47s
pre-commit / pre-commit (push) Successful in 6m32s

Co-authored-by: Unbound Releaser <releaser@unbound.se>
Co-committed-by: Unbound Releaser <releaser@unbound.se>
This commit was merged in pull request #6.
This commit is contained in:
2026-06-19 17:05:39 +00:00
committed by Joakim Olsson
parent a705fc33c4
commit 852056615e
2 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
"version": "v0.1.0"
"version": "v0.2.0"
}
+11 -1
View File
@@ -2,10 +2,20 @@
All notable changes to this project will be documented in this file.
## [0.2.0] - 2026-06-19
### 🚀 Features
- Move MockLogger into a logtest sub-package (#5)
### ⚙️ Miscellaneous Tasks
- *(ci)* Add shared-lib scaffolding and functional coverage gate (#3)
## [0.1.0] - 2026-06-15
### 🚀 Features
- Initial version: `SetupLogger` + context-logger helpers, the `MockLogger` test helper, and a `middleware` request-logger sub-package, extracted from the per-service copies.
- Initial shared logging module
<!-- generated by git-cliff -->