diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d95cca..dae4caf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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). ## [Unreleased] + +## [0.3.0] - 2020-04-05 ### Added - `template` command - Initial basic tests with SemaphoreCI integration @@ -48,7 +50,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - This Changelog and initial project files -[Unreleased]: https://github.com/atwalsh/kac/compare/v0.2.3...master +[Unreleased]: https://github.com/atwalsh/kac/compare/v0.3.0...master +[0.3.0]: https://github.com/atwalsh/kac/compare/v0.2.3...v0.3.0 [0.2.3]: https://github.com/atwalsh/kac/compare/v0.2.2...v0.2.3 [0.2.2]: https://github.com/atwalsh/kac/compare/v0.2.1...v0.2.2 [0.2.1]: https://github.com/atwalsh/kac/compare/v0.2.0...v0.2.1 diff --git a/pyproject.toml b/pyproject.toml index dba5400..6ff15e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kac" -version = "0.2.3" +version = "0.3.0" description = "A command line tool for CHANGELOG files that follow the Keep-a-Changelog standard." authors = ["Adam Walsh "] license = "MIT"