Skip to content

v2.2.0

Latest
Compare
Choose a tag to compare
@cdboer cdboer released this 05 Sep 14:28

πŸ”„ Upgraded Version Management with bump-my-version & πŸ› Fixed IndexError in File History Parsing

Changed

  • Switched from bump2version to the maintained fork bump-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 in pyproject.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.