Conventional-pre-commit

Latest version: v3.2.0

Safety actively analyzes 623075 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 5

3.2.0

* Support commit messages generated by `git commit -v/--verbose`

What's Changed
* chore(pre-commit): autoupdate hooks by pre-commit-ci in https://github.com/compilerla/conventional-pre-commit/pull/88
* chore(pre-commit): autoupdate hooks by pre-commit-ci in https://github.com/compilerla/conventional-pre-commit/pull/90
* chore(pre-commit): autoupdate hooks by pre-commit-ci in https://github.com/compilerla/conventional-pre-commit/pull/94
* chore(deps): bump softprops/action-gh-release from 1 to 2 by dependabot in https://github.com/compilerla/conventional-pre-commit/pull/93
* chore(pre-commit): autoupdate hooks by pre-commit-ci in https://github.com/compilerla/conventional-pre-commit/pull/95
* feat: Add support for verbose git messages by Ezri-Mudde in https://github.com/compilerla/conventional-pre-commit/pull/96

New Contributors
* Ezri-Mudde made their first contribution in https://github.com/compilerla/conventional-pre-commit/pull/96

**Full Changelog**: https://github.com/compilerla/conventional-pre-commit/compare/v3.1.0...v3.2.0

3.2.0pre1

3.1.0

* 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

* Fix: correct matrix variable name by thekaveman in https://github.com/compilerla/conventional-pre-commit/pull/75
* chore(deps): bump actions/setup-python from 4 to 5 by dependabot in https://github.com/compilerla/conventional-pre-commit/pull/79
* chore(pre-commit): autoupdate hooks by pre-commit-ci in https://github.com/compilerla/conventional-pre-commit/pull/78
* chore(pre-commit): autoupdate hooks by pre-commit-ci in https://github.com/compilerla/conventional-pre-commit/pull/82
* chore(pre-commit): autoupdate hooks by pre-commit-ci in https://github.com/compilerla/conventional-pre-commit/pull/83
* feat: support comma separated scopes by martinp7 in https://github.com/compilerla/conventional-pre-commit/pull/86
* fix: Handle comments by stripping by nikolaik in https://github.com/compilerla/conventional-pre-commit/pull/87

New Contributors
* dependabot made their first contribution in https://github.com/compilerla/conventional-pre-commit/pull/79
* martinp7 made their first contribution in https://github.com/compilerla/conventional-pre-commit/pull/86
* nikolaik made their first contribution in https://github.com/compilerla/conventional-pre-commit/pull/87

**Full Changelog**: https://github.com/compilerla/conventional-pre-commit/compare/v3.0.0...v3.1.0

3.1.0pre1

3.0.0

:exclamation: Breaking Changes :exclamation:

* 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](https://www.conventionalcommits.org/en/v1.0.0/#specification)_

Prior to this release, the following commit would pass (unless the `--strict` arg was used):
shell
$ 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:
shell
$ git commit -m "feat: subject line

body line with blank in the middle"


What's Changed

* chore(pre-commit): autoupdate hooks by pre-commit-ci in https://github.com/compilerla/conventional-pre-commit/pull/62
* chore(pre-commit): autoupdate hooks by pre-commit-ci in https://github.com/compilerla/conventional-pre-commit/pull/63
* chore(pre-commit): autoupdate hooks by pre-commit-ci in https://github.com/compilerla/conventional-pre-commit/pull/64
* chore(pre-commit): autoupdate hooks by pre-commit-ci in https://github.com/compilerla/conventional-pre-commit/pull/66
* feat: Validate multi-line messages by grahamhar in https://github.com/compilerla/conventional-pre-commit/pull/68
* chore(pre-commit): autoupdate hooks by pre-commit-ci in https://github.com/compilerla/conventional-pre-commit/pull/70
* Chores: testing, versioning, publishing by thekaveman in https://github.com/compilerla/conventional-pre-commit/pull/71
* Fix: typo in included workflow by thekaveman in https://github.com/compilerla/conventional-pre-commit/pull/72
* Fix: unpin minor version of pypi-publish by thekaveman in https://github.com/compilerla/conventional-pre-commit/pull/73
* Refactor: kebab-case inputs by thekaveman in https://github.com/compilerla/conventional-pre-commit/pull/74

New Contributors
* grahamhar made their first contribution in https://github.com/compilerla/conventional-pre-commit/pull/68

**Full Changelog**: https://github.com/compilerla/conventional-pre-commit/compare/v2.4.0...v3.0.0

3.0.0pre4

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.