From 63c6fc0867acc0e4ba4d2d7702a4569c40ebfe7a Mon Sep 17 00:00:00 2001 From: Robert Pajak Date: Wed, 17 Sep 2025 19:33:50 +0200 Subject: [PATCH] chore: prepare v0.22.0 release - Add v0.22.0 changelog entries - Include golangci-lint v2 update, GoReleaser archive config update, and VS Code settings fix - Exclude dependabot dependency bumps from changelog --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc77288..27a0c90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,23 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/golang-templates/seed/compare/v0.21.0...HEAD) +## [Unreleased](https://github.com/golang-templates/seed/compare/v0.22.0...HEAD) + +## [0.22.0](https://github.com/golang-templates/seed/releases/tag/v0.22.0) ### Added - Add `run` target which runs `go run`. ([#376](https://github.com/golang-templates/seed/pull/376)) +### Changed + +- Update golangci-lint to v2. ([#412](https://github.com/golang-templates/seed/pull/412)) +- Update GoReleaser archive configuration. ([#390](https://github.com/golang-templates/seed/pull/390)) + ### Fixed - Allow testing when CGO_ENABLED=0. ([#383](https://github.com/golang-templates/seed/pull/383)) +- Fix JSON errors in VS Code settings. ([#387](https://github.com/golang-templates/seed/pull/387)) ## [0.21.0](https://github.com/golang-templates/seed/releases/tag/v0.21.0)