Changelog¶
v1.5.1¶
Bugfix release
Fix
attribution init
for projects with no version tags (#26)Better namespace guessing for projects with dashes in their names
Improved pyproject.toml format from
attribution init
$ git shortlog -s v1.5.0...v1.5.1
5 John Reese
2 pyup.io bot
v1.5.0¶
Feature release
New option “signed_tags” to choose between signed and annotated tags (#1)
tag
command will abort early if the requested tag already existsImproved config documentation
$ git shortlog -s v1.4.0...v1.5.0
4 John Reese
1 pyup.io bot
v1.4.0¶
Feature release:
New “init” command to setup pyproject.toml and create version.py
Switches from toml to tomlkit
$ git shortlog -s v1.3.1...v1.4.0
6 John Reese
1 pyup.io bot
v1.3.1¶
Bugfix release
Fix writing version.py file when no [tool.attribution] table found (#16)
More debug logging, send debug output to stderr
$ git shortlog -s v1.3.0...v1.3.1
5 John Reese
v1.3.0¶
Feature release
Added
version_file
option in pyproject.toml to disable writing version.py (#12)Added sphinx documentation for the package
Tested on Python 3.9a (#15)
$ git shortlog -s v1.2.0...v1.3.0
14 John Reese
6 Mark Rofail
5 pyup.io bot
v1.2.0¶
Feature release:
Move to subcommands for CLI actions
attribution generate
will now generate the CHANGELOG contentCan pull project name from pyproject.toml (
tool.attribution.name
)Added
tag
command to bump__version__
, generate commit, changelog, and tag
$ git shortlog -s v1.1...v1.2.0
13 John Reese
v1.1¶
Bugfix release
Fix install_requires to correctly list attrs and jinja2
$ git shortlog -s v1.0...v1.1
5 John Reese
v1.0¶
Initial release
Generates changelog from git tags with hardcoded template and format
$ git shortlog -s v0.0...v1.0
1 John Reese
v0.0¶
Placeholder release
Name claimed on Github!
$ git shortlog -s 7441e33a9326e9c3e567600a0eda9732b259b833...v0.0
1 John Reese