Skip to content

Releases: python-semantic-release/python-semantic-release

v3.1.0

31 Aug 18:00
Compare
Choose a tag to compare

Feature

  • Add option to disable pypi upload

v3.0.0

25 Aug 19:47
Compare
Choose a tag to compare

Feature

  • Add tag parser

Fix

  • Add exposing of errors in package
  • Parse file instead for running python setup.py --version

Breaking

  • Rename UnknownCommitMessageStyle to UnknownCommitMessageStyleError

v2.1.4

23 Aug 22:30
Compare
Choose a tag to compare

Fix

  • Fix property calls

v2.1.3

22 Aug 08:00
Compare
Choose a tag to compare

Fix

  • Make Github.token an property

Documentation

  • Update readme with information about the changelog command
  • Add documentation about commit parsers
  • Update apidocs

v2.1.2

20 Aug 06:17
Compare
Choose a tag to compare

Fix

  • Fix call to generate_changelog in publish

v2.1.1

20 Aug 06:08
Compare
Choose a tag to compare

Fix

  • Fix issue in get_previous_version

v2.1.0

19 Aug 22:24
Compare
Choose a tag to compare

Feature

  • Add the possibility to repost the changelog

Fix

  • Fix check of token in changelog command
  • Fix the github releases integration
  • Fix changelog generation

v2.0.0

19 Aug 20:57
Compare
Choose a tag to compare

Feature

  • Add publishing of changelog to github
  • Add github release changelog helper
  • Add markdown changelog formatter
  • Add command for printing the changelog
  • Add generate_changelog function
  • Set angular parser as the default
  • Add loading of current parser
  • Add angular parser

Fix

  • Change output indentation on changelog
  • Support unexpected types in changelog generator
  • Fix regex in angular parser
  • Fix level id's in angular parser

Breaking

  • This changes the default parser. Thus, the default behaviour of the commit log evaluator will change. From now on it will use the angular commit message spec to determine the new version.

v1.0.0

04 Aug 08:49
Compare
Choose a tag to compare

This makes all future breaking changes trigger a new major release.

Breaking changes

v0.9.1

04 Aug 07:02
Compare
Choose a tag to compare

Fix get_current_head_hash, ensure it only returns the hash and not the branch name as well.