0.2.0
Added
ExtractVersion class
to extract the version line from a changelog file and to parse the semver content from a version line, see #4semver_line_regex
andversion_line_regex
args forchangelog2version
to provide custom regular expressions to parse a version line from a changelog and to extract the semver content from a line
Changed
- Main parsing code of
update_version script
moved to newExtractVersion class
- Extend usage example in
README
file - Rename test data changelog files
- Split unittest for
ExtractVersion
fromupdate_version
test - Let the pipeline fail is there are flake8 violations