Skip to content

Commit 63c6fc0

Browse files
committed
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
1 parent b802116 commit 63c6fc0

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,23 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased](https://github.com/golang-templates/seed/compare/v0.21.0...HEAD)
8+
## [Unreleased](https://github.com/golang-templates/seed/compare/v0.22.0...HEAD)
9+
10+
## [0.22.0](https://github.com/golang-templates/seed/releases/tag/v0.22.0)
911

1012
### Added
1113

1214
- Add `run` target which runs `go run`. ([#376](https://github.com/golang-templates/seed/pull/376))
1315

16+
### Changed
17+
18+
- Update golangci-lint to v2. ([#412](https://github.com/golang-templates/seed/pull/412))
19+
- Update GoReleaser archive configuration. ([#390](https://github.com/golang-templates/seed/pull/390))
20+
1421
### Fixed
1522

1623
- Allow testing when CGO_ENABLED=0. ([#383](https://github.com/golang-templates/seed/pull/383))
24+
- Fix JSON errors in VS Code settings. ([#387](https://github.com/golang-templates/seed/pull/387))
1725

1826
## [0.21.0](https://github.com/golang-templates/seed/releases/tag/v0.21.0)
1927

0 commit comments

Comments
 (0)