Skip to content

Commit

Permalink
Merge pull request #9 from atwalsh/release-v0.2.1
Browse files Browse the repository at this point in the history
Release v0.2.1
  • Loading branch information
atwalsh authored Jan 12, 2020
2 parents 39ab772 + 10354bc commit bbba563
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.2.1] - 2020-01-11
### Fixed
- Issue where `copy` would not correctly copy release text with new lines

Expand All @@ -31,7 +33,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.0...master
[Unreleased]: https://github.com/atwalsh/kac/compare/v0.2.1...master
[0.2.1]: https://github.com/atwalsh/kac/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/atwalsh/kac/compare/v0.1.3...v0.2.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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='kac',
version='0.2.0',
version='0.2.1',
author="Adam Walsh",
author_email="[email protected]",
description="Automatic version bumping for Keep-a-Changelog style Changelog files.",
Expand Down

0 comments on commit bbba563

Please sign in to comment.