π Upgraded Version Management with
bump-my-version
& π Fixed IndexError in File History Parsing
Changed
- Switched from
bump2version
to the maintained forkbump-my-version
. See #95 for more details. Thanks to @MattF-NSIDC for the suggestion!
Removed
- Removed .bumpversion.cfg in favor of configuring
bump-my-version
inpyproject.toml
. See #95 for more details.
Fixed
- Fixed a bug in the file version history parser that would lead to a
IndexError
when multiple changes were made to files in a single commit. See #102 for more details.