Skip to content

Commit dbd11a6

Browse files
authored
Release 0.20.0 (#329)
1 parent 5908b9c commit dbd11a6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ 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.19.0...HEAD)
8+
## [Unreleased](https://github.com/golang-templates/seed/compare/v0.20.0...HEAD)
9+
10+
## [0.20.0](https://github.com/golang-templates/seed/releases/tag/v0.20.0)
911

1012
### Added
1113

14+
- Add `vuln` target which runs [`govulncheck`](https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck). ([#305](https://github.com/golang-templates/seed/pull/305))
15+
- Add `precommit` target which is a superset of `all` target. ([#309](https://github.com/golang-templates/seed/pull/309))
1216
- Add `asasalint` linter. ([#328](https://github.com/golang-templates/seed/pull/328))
1317
- Add `dupword` linter. ([#328](https://github.com/golang-templates/seed/pull/328))
1418
- Add `godot` linter. ([#328](https://github.com/golang-templates/seed/pull/328))
@@ -18,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1822

1923
### Changed
2024

25+
- Update [GoReleaser](https://github.com/goreleaser/goreleaser) to `v2`. ([#319](https://github.com/golang-templates/seed/pull/319))
2126
- Change `nolintlint` linter settings to not allow leading space and require to specific about which linter is being skipped. ([#328](https://github.com/golang-templates/seed/pull/328))
2227
- Change `govet` linter settings to default. ([#328](https://github.com/golang-templates/seed/pull/328))
2328

0 commit comments

Comments
 (0)