From 3ec5bc06ce17d9924c35eb113d20a122e270f4bc Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Wed, 20 Mar 2024 06:57:50 -0500 Subject: [PATCH] Update CHANGELOG for v0.16.0 release --- CHANGELOG.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e14cf95..96d6e964 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,19 @@ The following types of changes will be recorded in this file: - placeholder +## [v0.16.0] - 2024-03-20 + +### Added + +- (GH-1432) Add deadcode command + +### Changed + +- (GH-1429) Go Dependency: Bump github.com/golangci/golangci-lint from 1.56.2 to 1.57.0 in /tools +- (GH-1428) Go Dependency: Bump github.com/pelletier/go-toml/v2 from 2.1.1 to 2.2.0 in /tools +- (GH-1431) Update golangci-lint from v1.56.2 to v1.57.0 +- (GH-1430) Update pelletier/go-toml to v2.2.0 + ## [v0.15.4] - 2024-03-06 ### Changed @@ -2646,7 +2659,8 @@ waiting on a new upstream release. tools that we include in our container images - Dockerfile base images -[Unreleased]: https://github.com/atc0005/go-ci/compare/v0.15.4...HEAD +[Unreleased]: https://github.com/atc0005/go-ci/compare/v0.16.0...HEAD +[v0.16.0]: https://github.com/atc0005/go-ci/releases/tag/v0.16.0 [v0.15.4]: https://github.com/atc0005/go-ci/releases/tag/v0.15.4 [v0.15.3]: https://github.com/atc0005/go-ci/releases/tag/v0.15.3 [v0.15.2]: https://github.com/atc0005/go-ci/releases/tag/v0.15.2