3 Commits
Author SHA1 Message Date
releaser 796390edb7 chore(release): prepare for v0.1.4 (#113)
Unbound Release / Check Preconditions (push) Successful in 27s
Unbound Release / Create Tag (push) Skipped
Unbound Release / Create Release (push) Successful in 30s
dbsetup / vulnerabilities (push) Skipped
pre-commit / pre-commit (push) Skipped
Unbound Release / Generate Changelog and Handle PR (push) Successful in 28s
dbsetup / test (push) Skipped
Release / release (push) Successful in 6m20s
## [0.1.4] - 2026-08-23

### ⚙️ Miscellaneous Tasks

- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.13.0 (#110)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.13.1 (#112)

<!-- generated by git-cliff -->

---

**Note:** Please use **Squash Merge** when merging this PR.

Reviewed-on: #113
Co-authored-by: Unbound Releaser <releaser@unbound.se>
2026-08-29 11:27:04 +00:00
renovate c42f701621 chore(deps): update pre-commit hook golangci/golangci-lint to v2.13.1 (#112)
pre-commit / pre-commit (push) Successful in 3m33s
Unbound Release / Generate Changelog and Handle PR (push) Successful in 49s
dbsetup / test (push) Successful in 1m13s
dbsetup / vulnerabilities (push) Successful in 55s
Unbound Release / Check Preconditions (push) Successful in 27s
Unbound Release / Create Tag (push) Skipped
Release / release (push) Successful in 1m35s
Unbound Release / Create Release (push) Successful in 45s
2026-08-23 15:09:37 +00:00
renovate 0656f876f2 chore(deps): update pre-commit hook golangci/golangci-lint to v2.13.0 (#110)
Unbound Release / Check Preconditions (push) Successful in 21s
dbsetup / test (push) Skipped
dbsetup / vulnerabilities (push) Skipped
Unbound Release / Create Release (push) Successful in 24s
Unbound Release / Generate Changelog and Handle PR (push) Successful in 34s
Unbound Release / Create Tag (push) Skipped
Release / release (push) Successful in 1m14s
pre-commit / pre-commit (push) Successful in 2m33s
2026-08-22 23:10:21 +00:00
3 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ repos:
- id: go-test
- id: gofumpt
- repo: https://github.com/golangci/golangci-lint
rev: v2.12.2
rev: v2.13.1
hooks:
- id: golangci-lint-full
- repo: https://github.com/gitleaks/gitleaks
+1 -1
View File
@@ -1,3 +1,3 @@
{
"version": "v0.1.3"
"version": "v0.1.4"
}
+8 -1
View File
@@ -2,7 +2,14 @@
All notable changes to this project will be documented in this file.
## [0.1.3] - 2026-07-25
## [0.1.4] - 2026-08-23
### ⚙️ Miscellaneous Tasks
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.13.0 (#110)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.13.1 (#112)
## [0.1.3] - 2026-08-11
### 🐛 Bug Fixes