Skip to content

1.0.0 (2021-05-21)

Compare
Choose a tag to compare
@Colin-b Colin-b released this 21 May 14:32
· 58 commits to master since this release
a04e29d

Changed

  • keepachangelog.to_dict now contains url key for each item if a link is available for the version.
  • keepachangelog.to_raw_dict now contains url key for each item if a link is available for the version.
  • keepachangelog.to_dict now contains semantic_version key for each item if the version follows semantic versioning.
  • keepachangelog.to_raw_dict now contains semantic_version key for each item if the version follows semantic versioning.

Added

  • keepachangelog.release is now allowing to provide a custom new version thanks to the new new_version parameter.

Fixed

  • keepachangelog.release now allows pre-release and build metadata information as part of valid semantic version. As per semantic versioning specifications.
    To ensure compatibility with some python specific versioning, pre-release is also handled as not being prefixed with -, or prefixed with ..
  • keepachangelog.release will now bump a pre-release version to a stable version. It was previously failing.