From 1a6962eff064e98f239be0150ba7c9d6eb8dc05d Mon Sep 17 00:00:00 2001 From: Unbound Releaser Date: Sat, 29 Aug 2026 11:28:12 +0000 Subject: [PATCH] chore(release): prepare for v0.3.7 (#185) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [0.3.7] - 2026-08-21 ### 🐛 Bug Fixes - *(deps)* Update module github.com/stretchr/testify to v1.12.0 (#180) - *(deps)* Update module github.com/stretchr/testify to v1.12.1 (#182) ### ⚙️ Miscellaneous Tasks - *(deps)* Update pre-commit hook golangci/golangci-lint to v2.13.1 (#183) --- **Note:** Please use **Squash Merge** when merging this PR. Reviewed-on: https://gitea.unbound.se/shiny/presenter/pulls/185 Co-authored-by: Unbound Releaser --- .version | 2 +- CHANGELOG.md | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 17cc65b..98aea8b 100644 --- a/.version +++ b/.version @@ -1,3 +1,3 @@ { - "version": "v0.3.6" + "version": "v0.3.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 37d1b0a..d1fe3d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,18 @@ All notable changes to this project will be documented in this file. -## [0.3.6] - 2026-07-25 +## [0.3.7] - 2026-08-21 + +### 🐛 Bug Fixes + +- *(deps)* Update module github.com/stretchr/testify to v1.12.0 (#180) +- *(deps)* Update module github.com/stretchr/testify to v1.12.1 (#182) + +### ⚙️ Miscellaneous Tasks + +- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.13.1 (#183) + +## [0.3.6] - 2026-08-11 ### 🐛 Bug Fixes