Skip to content

Commit

Permalink
Merge pull request #26 from atwalsh/release-v0.4.0
Browse files Browse the repository at this point in the history
Update files for release v0.4.0
  • Loading branch information
atwalsh authored Feb 12, 2021
2 parents 9cda316 + c88d6bb commit 2b9080b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions 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.4.0] - 2021-02-11
### Changed
- `template` command to `new`
- Use semver library to parse versions
Expand Down Expand Up @@ -53,7 +55,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.3.0...master
[Unreleased]: https://github.com/atwalsh/kac/compare/v0.4.0...master
[0.4.0]: https://github.com/atwalsh/kac/compare/v0.3.0...v0.4.0
[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
Expand All @@ -62,4 +65,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[0.1.3]: https://github.com/atwalsh/kac/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/atwalsh/kac/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/atwalsh/kac/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/atwalsh/kac/releases/tag/v0.1.0
[0.1.0]: https://github.com/atwalsh/kac/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "A command line tool for CHANGELOG files that follow the Keep-a-Ch
homepage = "https://github.com/atwalsh/kac"
license = "MIT"
name = "kac"
version = "0.3.0"
version = "0.4.0"
readme = "README.md"
repository = "https://github.com/atwalsh/kac"

Expand Down

0 comments on commit 2b9080b

Please sign in to comment.