File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,23 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ )
66and 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
You can’t perform that action at this time.
0 commit comments