chore(release): prepare for v0.2.0 #6

Merged
argoyle merged 2 commits from next-release into main 2026-06-19 17:05:41 +00:00
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 -->