Skip to content

Commit

Permalink
Merge pull request #16 from atwalsh/release-v0.3.0
Browse files Browse the repository at this point in the history
Update project for release v0.3.0
  • Loading branch information
atwalsh authored Apr 6, 2020
2 parents 8203300 + 85e1917 commit f8881e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit f8881e6

Please sign in to comment.