- add `mkchangelog bump --show-current-version` which prints only current version name - add `mkchangelog bump --show-next-versions` which prints only next version name - if available - or nothing - add `git mkc` alias for `mkchangelog`
2.5.0
Features
- add ignore_revs=a,b,c option to .mkchangelog to skip certain git log entries
2.4.0
Features
- **hooks:** add hooks system to expand mkchangelog features using python code