You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.