Optional GITHASH directive for version_pattern

Optionally add GIT hash to your version number.
This commit is contained in:
Michał Pasternak 2022-04-19 13:26:27 +02:00 committed by mbarkhau
parent e96904438b
commit da44922261
5 changed files with 34 additions and 0 deletions

View file

@ -1,5 +1,9 @@
# Changelog for https://github.com/mbarkhau/bumpver
## **unreleased**
- Add ``GITHASH`` to ``version_pattern`` (@mpasternak)
## BumpVer 2022.1116
- Fix: [incorrect version comparison when updating from vcs tag][gh_i174].