Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Nov 22:37
· 33 commits to main since this release
6c1cc81

❗ Breaking Changes ❗

  • Drop support for Python 3.7 -- minimum version 3.8 (to enable dynamic versioning) #71

  • Following up to #68, a blank line between the commit subject and body is now required per the Spec

    Prior to this release, the following commit would pass (unless the --strict arg was used):

    $ git commit -m "feat: subject line
    body line with no blank in the middle"

    After this change, the --strict arg has no effect, commits with bodies must be formatted with a blank line:

    $ git commit -m "feat: subject line
    
    body line with blank in the middle"

What's Changed

New Contributors

Full Changelog: v2.4.0...v3.0.0