update changelog

This commit is contained in:
Manuel Barkhau 2019-07-25 10:48:32 +02:00
parent 5bf12a49ce
commit 43fe46cd1b

View file

@ -2,8 +2,10 @@
## 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.
- Fix gitlab#6: Add {month_short} as a minimal fix.
- Fix gitlab#5: Better warning when using bump with semver (one of --major/--minor/--patch is required)
- Fix gitlab#4: Make {release} part optional, so that versions generated by --release=final are parsed.
## v201903.0030
@ -44,7 +46,7 @@
## v201812.0017
- Fixed #2 on github. `pycalver init` was broken.
- Fixed github#2. `pycalver init` was broken.
- Fixed pattern escaping issues.
- Added lots more tests for cli.
- Cleaned up documentation.