Recent Releases of https://github.com/caleb531/bump-anything
https://github.com/caleb531/bump-anything - v2.3.0
Fixes
- Fixed a bug where line endings were not preserved for files touched by the package (#8; thanks @jpagh!)
- Python
Published by caleb531 9 months ago
https://github.com/caleb531/bump-anything - v2.2.0
- Added support for Cargo.toml files
- Fixed a bug where manually aborting the commit would not abort auto-tagging
- Python
Published by caleb531 over 1 year ago
https://github.com/caleb531/bump-anything - v2.1.0
New Features
- Added support for setup.cfg files (#7)
Housekeeping
- Refactored tests to be class-based for better organization
- Various improvements to build system, CI pipeline, and developer tooling
- Python
Published by caleb531 over 1 year ago
https://github.com/caleb531/bump-anything - v2.0.0
New Features
Git integration
The bump command will now automatically create a tagged commit if the
current directory is a Git repository.
- You can explicitly specify the commit message with
--commit-messageor-m; (default:Prepare v<new_version> release); use the{new_version}placeholder to represent the new version (without any prefix) - You can explicitly specify the tag name with
--tag-nameor-t(default:v<new_version>); use the{new_version}placeholder to represent the new version (without any prefix) - You can disable automatic tagging with
--no-tag - You can disable automatic committing and tagging with
--no-commitor-n
Explicitly specifying the new version
You can now explicitly specify the new version (instead of major, minor,
etc.) when running bump. For instance:
sh
bump 2.3.4
If you prefix your version with a 'v', it will be ignored.
sh
bump v2.3.4 # same as `bump 2.3.4`
Other new features
- Added support for bumping prerelease versions with
bump prerelease - Added
bump-anythingas a less-ambiguous alias forbump - A comprehensive test suite to ensure the utility functions correctly in all cases
- Python
Published by caleb531 almost 3 years ago
https://github.com/caleb531/bump-anything - v1.0.4
- Fixed a fatal regression (a typo) introduced in v1.0.3
- Python
Published by caleb531 over 7 years ago
https://github.com/caleb531/bump-anything - v1.0.3
- Fixed a bug that caused the program to fail for Python versions older than 3.6
- Python
Published by caleb531 over 7 years ago
https://github.com/caleb531/bump-anything - v1.0.2
- Fixed critical bug where semver was not properly declared as a package dependency in
setup.py
- Python
Published by caleb531 over 7 years ago
https://github.com/caleb531/bump-anything - v1.0.1
- Tweak shebang line to be OS-agnostic (since
/usr/local/bin/python3doesn't exist on Linux)
- Python
Published by caleb531 over 7 years ago
https://github.com/caleb531/bump-anything - v1.0.0
- Initial release
- Python
Published by caleb531 over 7 years ago