Skip to content

Releases: atwalsh/kac

v0.5.0

11 Sep 23:31
Compare
Choose a tag to compare

Added

  • -t/--type option for bump command

Removed

  • -b and -p short options for bump command

v0.4.1

17 Jul 04:47
Compare
Choose a tag to compare

Added

  • Try to parse the first git remote URL from .git/config when generating CHANGELOG files with kac init

Removed

  • 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

v0.4.0

12 Feb 00:35
2b9080b
Compare
Choose a tag to compare

Changed

  • template command to new
  • Use semver library to parse versions

v0.3.0

06 Apr 00:19
f8881e6
Compare
Choose a tag to compare

Added

  • template command
  • Initial basic tests with SemaphoreCI integration
  • Automatic releases to PyPI on git tags

Changed

  • Use poetry instead of pipenv

v0.2.3

20 Mar 04:12
Compare
Choose a tag to compare

Fixed

  • Issue where extra newline characters were copied to the clipboard

v0.2.2

14 Jan 19:41
2997794
Compare
Choose a tag to compare

Fixed

  • Issue where bump would not properly show the latest version

v0.2.1

12 Jan 01:22
bbba563
Compare
Choose a tag to compare

Fixed

  • Issue where copy would not correctly copy release text with new lines

v0.2.0

12 Jan 01:05
deb87e9
Compare
Choose a tag to compare

Added

  • bump and copy commands

Changed

  • kac cannot be invoked without either the bump or copy commands

v0.1.3

20 Nov 19:42
064682f
Compare
Choose a tag to compare

Removed

  • Python 3.8 walrus operators

v0.1.2

15 Nov 02:11
Compare
Choose a tag to compare

Fixed

  • Bug where v character would not be added to end of version compare URL