Releases: your-tools/tbump
Releases · your-tools/tbump
v2.0.0
-
Dry run behavior is now activated by default. We start by computing all the changes and then ask if they look good before doing anything. This also means we no
longer need to pause right before callinggit push
. Consequently, the--dry-run
option is gone. -
Fix inconsistency: 'current version' was sometimes called 'old version'.
v1.0.2
- Fix printing a big ugly stacktrace when looking for the old version number failed for one or more files.
v1.0.1
v1.0.0
v0.0.9
- Fix regression when using the same file twice
v0.0.8
- Allow replacing different types of version. For instance, you may want to write
pub_version="1.42"
in one file andfull_version="1.2.42-rc1"
in an other. - Add
--dry-run
command line argument - Improve error handling
- Validate git commit message template
- Validate that current version matches expected regex
- Make sure new version matches the expected regex
- Make sure that custom version templates only contain known groups
- Avoid leaving the repo in an inconsistent state if no match is found