Skip to content

Latest commit

 

History

History
78 lines (43 loc) · 1.74 KB

CHANGELOG.md

File metadata and controls

78 lines (43 loc) · 1.74 KB

Changelog

This file is autogenerated. Only edit this file directly to correct typos. See CONTRIBUTING for instructions on adding new entries.

This news file contains a log of notable changes to auto_version. Please see pyautoversion for a list of versions that have been released on PyPI.

2.0.1 (2021-08-05)

Bugfixes

  • Fix bug when having multiple file targets (#1)

2.0.0 (2021-05-18)

Features

  • Adds better workflow for incrementing patches. (#5)

  • Adds the ability to have "infinite" newsfiles. They no longer require cleaning up, if tags are used to indicate releases. This requires a workflow where releases are tagged in git, so we can determine the "new news". (#6)

Bugfixes

  • Fix SemVer dependency version (#12)

Improved Documentation

  • Releasing new version (#10)

1.2.0 (2019-11-15)

Misc

  • #4

1.2.0 (2019-11-15)

Misc

  • #3

1.2.0 (2019-11-15)

Features

  • Uses the Official SemVer project to handle semver parsing and incrementing (#1)

  • Supports a workflow where newsfiles aren't deleted, but relevant news is instead detected based on whether they were added since the previous release. (#2)

  • Adds the ability to have "infinite" newsfiles. They no longer require cleaning up, if tags are used to indicate releases. This requires a workflow where releases are tagged in git, so we can determine the "new news". (infinite)

1.0.24 (2018-10-23)

Bugfixes

  • Specified repository URL for PyPI (#2)

1.0.23 (2018-10-23)

Bugfixes

  • Fix for package.json regex (#1)