bumpver/CHANGELOG.md

39 lines
764 B
Markdown
Raw Normal View History

2018-11-04 21:34:53 +01:00
# Changelog for https://gitlab.com/mbarkhau/pycalver
2018-12-21 19:24:24 +01:00
2019-02-21 16:30:27 +01:00
## v201902.0024
2019-02-21 16:02:17 +01:00
2019-02-21 16:30:27 +01:00
- Added: Support for globs in file patterns.
- Fixed: Better error reporting for invalid config.
2019-02-21 16:02:17 +01:00
2019-02-14 22:05:02 +01:00
## v201902.0020
2019-01-06 21:48:30 +01:00
2019-02-14 22:05:02 +01:00
- Added: Support for many more custom version patterns
2019-01-06 21:48:30 +01:00
## v201812.0018
- Fixed: Better handling of pattern replacements with "-final" releases.
## v201812.0017
2018-12-21 19:24:24 +01:00
- Fixed #2 on github. `pycalver init` was broken.
- Fixed pattern escaping issues.
- Added lots more tests for cli.
- Cleaned up documentation.
## v201812.0011-beta
2018-12-05 09:37:34 +01:00
- Add version tags using git/hg.
- Use git/hg tags as SSOT for most recent version.
- Start using https://gitlab.com/mbarkhau/bootstrapit
- Move to https://gitlab.com/mbarkhau/pycalver
2018-12-21 19:24:24 +01:00
2018-11-04 21:34:53 +01:00
## v201809.0001-alpha
- Initial release