Merge pull request 'chore(release): prepare for v0.1.2' (#75) from next-release into main
Release / release (push) Successful in 56s
dbsetup / vulnerabilities (push) Successful in 3m47s
dbsetup / test (push) Successful in 4m55s
pre-commit / pre-commit (push) Successful in 11m54s

Reviewed-on: #75
This commit was merged in pull request #75.
This commit is contained in:
2026-02-22 18:18:17 +00:00
2 changed files with 17 additions and 1 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
"version": "v0.1.1"
"version": "v0.1.2"
}
+16
View File
@@ -2,6 +2,22 @@
All notable changes to this project will be documented in this file.
## [0.1.2] - 2026-02-22
### 🐛 Bug Fixes
- *(deps)* Update module github.com/pressly/goose/v3 to v3.27.0
### ⚙️ Miscellaneous Tasks
- *(deps)* Update golang:1.25.5 docker digest to 3a01526 (#64)
- *(deps)* Update pre-commit hook alessandrojcm/commitlint-pre-commit-hook to v9.24.0 (#65)
- *(deps)* Update golang docker tag to v1.25.6 (#67)
- Remove unused .gitlab-ci.yml
- Add code coverage integration
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.9.0 (#71)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.10.1 (#72)
## [0.1.1] - 2026-01-09
### ⚙️ Miscellaneous Tasks