Skip to content

Releases: compilerla/conventional-pre-commit

v3.3.0

12 Jul 17:00
23e7888
Compare
Choose a tag to compare
  • added scopes argument to specify valid scopes by @mjspeck in #102

What's Changed

New Contributors

Full Changelog: v3.2.0...v3.3.0

v3.2.0

29 Mar 17:40
772d7ff
Compare
Choose a tag to compare
  • Support commit messages generated by git commit -v/--verbose by @Ezri-Mudde in #96

What's Changed

New Contributors

Full Changelog: v3.1.0...v3.2.0

v3.2.0-pre1

29 Mar 17:37
772d7ff
Compare
Choose a tag to compare
v3.2.0-pre1 Pre-release
Pre-release
First release candidate for 3.2.0

v3.1.0

12 Jan 17:42
07fd005
Compare
Choose a tag to compare
  • Fixes a bug in the enforcement of newlines between message and body introduced in v3.0.0
  • Allows comma , characters in the scope portion of message

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.1.0

v3.1.0-pre1

12 Jan 17:38
07fd005
Compare
Choose a tag to compare
v3.1.0-pre1 Pre-release
Pre-release
Fix bug in required newline for editor comments, allow comma in scope

v3.0.0

17 Nov 22:37
6c1cc81
Compare
Choose a tag to compare

❗ 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

v3.0.0-pre4

17 Nov 22:29
2f7ad0d
Compare
Choose a tag to compare
v3.0.0-pre4 Pre-release
Pre-release
Fix: unpin minor version of pypi-publish (#73)

v3.0.0-pre3

17 Nov 21:16
dfbb81a
Compare
Choose a tag to compare
v3.0.0-pre3 Pre-release
Pre-release
Fix: typo in included workflow (#72)

v3.0.0-pre2

17 Nov 21:08
dfbb81a
Compare
Choose a tag to compare
v3.0.0-pre2 Pre-release
Pre-release
Fix: typo in included workflow (#72)

v2.4.0

19 Aug 01:07
09c0045
Compare
Choose a tag to compare

A long-requested change, conventional-pre-commit now accepts git commit --fixup-style commit messages by default.

For the original behavior of enforcing pure Conventional Commits formatting, pass the --strict flag:

- repo: https://github.com/compilerla/conventional-pre-commit
  rev: <git sha or tag>
  hooks:
    - id: conventional-pre-commit
      stages: [commit-msg]
      args: [--strict]

What's Changed

New Contributors

Full Changelog: v2.3.0...v2.4.0

PyPI: https://pypi.org/project/conventional-pre-commit/2.4.0/