Skip to content

0.15.0

Compare
Choose a tag to compare
@jorisroovers jorisroovers released this 27 Nov 11:27
· 273 commits to main since this release

Contributors:
Special thanks to BrunIF, lukech, Cielquan, harens and sigmavirus24.

This release drops support for Python 2.7 and Python 3.5 (both are EOL). Other than a few minor fixes, there are no functional differences from the 0.14.0 release.

Other call-outs:

  • Mac users: Gitlint can now be installed using both homebrew (upgraded to latest) and macports. Special thanks to @harens for maintaining these packages (best-effort).
  • Bugfix: Gitlint now properly handles exceptions when using its built-in commit-msg hook (#166).
  • All dependencies have been upgraded to the latest available versions (Click==7.1.2, arrow==0.17.0, sh==1.14.1).
  • Much under-the-hood refactoring as a result of dropping Python 2.7