Skip to content

Releases: Colin-b/keepachangelog

0.3.1 (2020-07-13)

13 Jul 10:36
264be35
Compare
Choose a tag to compare

Fixed

  • Keep star character at the end of a line as it can be used to mark as italic.

0.3.0 (2020-03-01)

01 Mar 12:02
cdef3d0
Compare
Choose a tag to compare

Changed

  • Information is now stored without star, space or caret at start or end of line.

0.2.0 (2020-02-24)

24 Feb 19:32
998fd84
Compare
Choose a tag to compare

Added

  • It is now possible to retrieve "Unreleased" information thanks to the show_unreleased parameter. (Thanks Alessandro Ogier)

0.1.0 (2020-02-17)

17 Feb 14:27
03228b5
Compare
Choose a tag to compare

Added

  • keepachangelog.starlette.add_changelog_endpoint function to add a changelog endpoint to a Starlette application.