diff --git a/CHANGELOG.md b/CHANGELOG.md index 996d0b9..5c2c50e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.1] - 2023-10-16 + +[0.1.1]: https://github.com/ypjama/conflictless-keepachangelog/releases/tag/v0.1.1 + +### Added + +- Automatic release building with goreleaser +- Golangci-lint step to go workflow +- Codecov step to go workflow + ## [0.1.0] - 2023-10-15 [0.1.0]: https://github.com/ypjama/conflictless-keepachangelog/releases/tag/v0.1.0 diff --git a/changes/go-releaser.yml b/changes/go-releaser.yml deleted file mode 100644 index a36a175..0000000 --- a/changes/go-releaser.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -added: - - Automatic release building with goreleaser - - Golangci-lint step to go workflow - - Codecov step to go workflow -