update changelog

This commit is contained in:
Manuel Barkhau 2019-07-09 10:12:50 +02:00
parent e743359881
commit c72c9ffadc

View file

@ -1,12 +1,18 @@
# Changelog for https://gitlab.com/mbarkhau/pycalver
## v201907.003x
- Fix #5: Better warning when using bump with semver (one of --major/--minor/--patch is required)
- Fix #4: Make {release} part optional, so that versions generated by --release=final are parsed.
## v201903.0030
- Fix: Use pattern from config instead of hardcoded {pycalver} pattern.
- Fix: Better error messages for git/hg issues.
- Add: Implicit default pattern for config file.
## v201903.0028
- Fix: Add warnings when configured files are not under version control.