10 Commits

Author SHA1 Message Date
releaser eaaf23aa00 chore(release): prepare for v0.1.3 2026-03-22 18:53:55 +00:00
releaser 1aef79af66 chore(release): prepare for v0.1.3 2026-03-22 18:53:54 +00:00
renovate 46493a3896 chore(deps): update pre-commit hook golangci/golangci-lint to v2.11.4 (#85)
Release / release (push) Failing after 1m8s
dbsetup / vulnerabilities (push) Successful in 1m36s
dbsetup / test (push) Successful in 2m16s
pre-commit / pre-commit (push) Successful in 6m20s
2026-03-22 18:21:21 +00:00
renovate 3728e83db5 chore(deps): update pre-commit hook gitleaks/gitleaks to v8.30.1 (#83)
Release / release (push) Successful in 1m10s
dbsetup / vulnerabilities (push) Successful in 2m3s
dbsetup / test (push) Successful in 3m7s
pre-commit / pre-commit (push) Successful in 7m5s
2026-03-12 16:14:28 +00:00
renovate 2c687986a7 chore(deps): update pre-commit hook golangci/golangci-lint to v2.11.3 (#81)
dbsetup / test (push) Successful in 3m20s
dbsetup / vulnerabilities (push) Successful in 2m45s
Release / release (push) Successful in 1m33s
pre-commit / pre-commit (push) Successful in 6m42s
2026-03-10 11:14:46 +00:00
renovate de09e37727 chore(deps): update pre-commit hook golangci/golangci-lint to v2.11.2 (#79)
dbsetup / test (push) Successful in 2m23s
dbsetup / vulnerabilities (push) Successful in 5m25s
pre-commit / pre-commit (push) Successful in 8m11s
Release / release (push) Successful in 12m56s
2026-03-07 22:11:21 +00:00
renovate 3ba763181c chore(deps): update pre-commit hook golangci/golangci-lint to v2.11.1 (#77)
Release / release (push) Successful in 1m10s
dbsetup / vulnerabilities (push) Successful in 1m56s
dbsetup / test (push) Successful in 3m10s
pre-commit / pre-commit (push) Successful in 6m5s
2026-03-06 15:34:13 +00:00
argoyle 480ff9d065 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
2026-02-22 18:18:17 +00:00
releaser c5ff80dc6e chore(release): prepare for v0.1.2
dbsetup / vulnerabilities (pull_request) Successful in 5m56s
dbsetup / test (pull_request) Successful in 7m18s
pre-commit / pre-commit (pull_request) Successful in 25m7s
2026-02-22 17:52:37 +00:00
releaser 1f8708deb2 chore(release): prepare for v0.1.2 2026-02-22 17:52:34 +00:00
3 changed files with 29 additions and 3 deletions
+2 -2
View File
@@ -30,10 +30,10 @@ repos:
- id: go-test - id: go-test
- id: gofumpt - id: gofumpt
- repo: https://github.com/golangci/golangci-lint - repo: https://github.com/golangci/golangci-lint
rev: v2.10.1 rev: v2.11.4
hooks: hooks:
- id: golangci-lint-full - id: golangci-lint-full
- repo: https://github.com/gitleaks/gitleaks - repo: https://github.com/gitleaks/gitleaks
rev: v8.30.0 rev: v8.30.1
hooks: hooks:
- id: gitleaks - id: gitleaks
+1 -1
View File
@@ -1,3 +1,3 @@
{ {
"version": "v0.1.1" "version": "v0.1.3"
} }
+26
View File
@@ -2,6 +2,32 @@
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.3] - 2026-03-22
### ⚙️ Miscellaneous Tasks
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.11.1 (#77)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.11.2 (#79)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.11.3 (#81)
- *(deps)* Update pre-commit hook gitleaks/gitleaks to v8.30.1 (#83)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.11.4 (#85)
## [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 ## [0.1.1] - 2026-01-09
### ⚙️ Miscellaneous Tasks ### ⚙️ Miscellaneous Tasks