From 796390edb77367e085f5ae41f14ae0c96d794766 Mon Sep 17 00:00:00 2001 From: Unbound Releaser Date: Sat, 29 Aug 2026 11:27:04 +0000 Subject: [PATCH] chore(release): prepare for v0.1.4 (#113) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [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) --- **Note:** Please use **Squash Merge** when merging this PR. Reviewed-on: https://gitea.unbound.se/unboundsoftware/dbsetup/pulls/113 Co-authored-by: Unbound Releaser --- .version | 2 +- CHANGELOG.md | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 8ed8a9a..b79476d 100644 --- a/.version +++ b/.version @@ -1,3 +1,3 @@ { - "version": "v0.1.3" + "version": "v0.1.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ccedb00..5882db3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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