Skip to content

Commit c0bdf40

Browse files
authored
Release 0.21.0 (#367)
1 parent e971d7c commit c0bdf40

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,18 @@ 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.20.0...HEAD)
8+
## [Unreleased](https://github.com/golang-templates/seed/compare/v0.21.0...HEAD)
9+
10+
## [0.21.0](https://github.com/golang-templates/seed/releases/tag/v0.21.0)
11+
12+
### Added
13+
14+
- Apply security best practices. ([#359](https://github.com/golang-templates/seed/pull/359))
15+
16+
### Changed
17+
18+
- Use `go tool` instead of blank imports in `tools.go`. ([#364](https://github.com/golang-templates/seed/pull/364))
19+
- Update `golangci-lint` configuration and do not print Make target names. ([#358](https://github.com/golang-templates/seed/pull/358))
920

1021
## [0.20.0](https://github.com/golang-templates/seed/releases/tag/v0.20.0)
1122

0 commit comments

Comments
 (0)