chore(release): prepare for v0.1.11 #478

Merged
argoyle merged 2 commits from next-release into main 2026-08-17 11:50:08 +00:00
2 changed files with 15 additions and 1 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
"version": "v0.1.10"
"version": "v0.1.11"
}
+14
View File
@@ -2,6 +2,20 @@
All notable changes to this project will be documented in this file.
## [0.1.11] - 2026-08-17
### 🐛 Bug Fixes
- *(deps)* Update module github.com/alecthomas/kong to v1.16.1 (#469)
- *(deps)* Update module github.com/stretchr/testify to v1.12.0 (#477)
### ⚙️ Miscellaneous Tasks
- *(deps)* Update golang:1.26.5 docker digest to e8ab809 (#467)
- *(deps)* Update pre-commit hook markdownlint/markdownlint to v0.18.1 (#471)
- *(deps)* Update golang docker tag to v1.26.6 (#472)
- *(deps)* Update go module directive to v1.26.6 (#475)
## [0.1.10] - 2026-08-09
### 🐛 Bug Fixes