Skip to content

Latest commit

 

History

History
89 lines (70 loc) · 2.77 KB

CHANGELOG.md

File metadata and controls

89 lines (70 loc) · 2.77 KB

Changelog

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.

Changed

  • Allow for extra whitespace after change type
  • Lock markupsafe to version 2.0.1

0.5.0 - 2021-09-11

Added

  • -t/--type option for bump command

Removed

  • -b and -p short options for bump command

0.4.1 - 2021-07-17

Added

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

Fixed

  • 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

Changed

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

0.3.0 - 2020-04-05

Added

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

Changed

  • Use poetry instead of pipenv

0.2.3 - 2020-03-19

Fixed

  • Issue where extra newline characters were copied to the clipboard

0.2.2 - 2020-01-14

Fixed

  • Issue where bump would not properly show the latest version

0.2.1 - 2020-01-11

Fixed

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

0.2.0 - 2020-01-11

Added

  • bump and copy commands

Changed

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

0.1.3 - 2019-11-20

Removed

  • Python 3.8 walrus operators

0.1.2 - 2019-11-14

Fixed

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

0.1.1 - 2019-11-14

Added

  • install_requires argument in setup.py

0.1.0 - 2019-11-14

Added

  • This Changelog and initial project files