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)
- Fix bug when having multiple file targets (#1)
-
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)
- Fix SemVer dependency version (#12)
- Releasing new version (#10)
- #4
- #3
-
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)
- Specified repository URL for PyPI (#2)
- Fix for package.json regex (#1)