All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Allow for extra whitespace after change type
- Lock
markupsafe
to version2.0.1
0.5.0 - 2021-09-11
-t/--type
option forbump
command
-b
and-p
short options forbump
command
0.4.1 - 2021-07-17
- Try to parse the first git remote URL from
.git/config
when generating CHANGELOG files withkac init
kac init
did not include a date for the first release when generating new CHANGELOG files- Update unreleased regex pattern to allow for an extra newline below
## [Unreleased]
- Regex pattern match when the CHANGELOG included an
## [Unreleased]
section
0.4.0 - 2021-02-11
template
command tonew
- Use semver library to parse versions
0.3.0 - 2020-04-05
template
command- Initial basic tests with SemaphoreCI integration
- Automatic releases to PyPI on git tags
- Use poetry instead of pipenv
0.2.3 - 2020-03-19
- Issue where extra newline characters were copied to the clipboard
0.2.2 - 2020-01-14
- Issue where
bump
would not properly show the latest version
0.2.1 - 2020-01-11
- Issue where
copy
would not correctly copy release text with new lines
0.2.0 - 2020-01-11
bump
andcopy
commands
kac
cannot be invoked without either thebump
orcopy
commands
0.1.3 - 2019-11-20
- Python 3.8 walrus operators
0.1.2 - 2019-11-14
- Bug where
v
character would not be added to end of version compare URL
0.1.1 - 2019-11-14
install_requires
argument in setup.py
0.1.0 - 2019-11-14
- This Changelog and initial project files