Compare commits

..

2 Commits

Author SHA1 Message Date
releaser ef790593d9 chore(release): prepare for v0.1.6 2026-04-10 01:22:34 +00:00
releaser e4a95a467a chore(release): prepare for v0.1.6 2026-04-10 01:22:26 +00:00
3 changed files with 14 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{ {
"version": "v0.1.5" "version": "v0.1.6"
} }
+12
View File
@@ -2,6 +2,18 @@
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.6] - 2026-04-10
### 🐛 Bug Fixes
- *(deps)* Update module github.com/alecthomas/kong to v1.15.0 (#398)
### ⚙️ Miscellaneous Tasks
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.11.4 (#396)
- *(deps)* Update golang:1.26.1 docker digest to 5ba1126 (#400)
- *(deps)* Update dependency go to v1.26.2 (#401)
## [0.1.5] - 2026-03-19 ## [0.1.5] - 2026-03-19
### 🐛 Bug Fixes ### 🐛 Bug Fixes
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.26.2@sha256:3e677b9776e5fcb030321772b4fe13c58b22b8abe772c647be8f746159d1a2dc as build FROM amd64/golang:1.26.1@sha256:5ba1126a6dbb65aa517ff5eaecab6abc29480671e5c0ca176192de8da9dba4b8 as build
WORKDIR /build WORKDIR /build
ENV CGO_ENABLED=0 ENV CGO_ENABLED=0
ADD . /build ADD . /build