Releases: commitizen-tools/commitizen
Releases · commitizen-tools/commitizen
v3.25.1
v3.25.1 (2024-05-15)
Refactor
- strip possessive from note about ci option
[master 9d17f39] bump: version 3.25.0 → 3.25.1
4 files changed, 10 insertions(+), 4 deletions(-)
v3.25.0
v3.25.0 (2024-04-30)
Feat
- add an argument to limit the length of commit message
Fix
- strip the commit message for calculating length
- resolve test error by removing defaults
Refactor
- commands/commit: replace comparison with chained comparison
- check the length in Commit instead of Commitizen
[master faff6a6] bump: version 3.24.0 → 3.25.0
4 files changed, 20 insertions(+), 4 deletions(-)
v3.24.0
v3.24.0 (2024-04-18)
Feat
- schemes: adds support for SemVer 2.0 (dot in pre-releases) (fix #1025) (#1072)
[master a754230] bump: version 3.23.0 → 3.24.0
4 files changed, 10 insertions(+), 4 deletions(-)
v3.23.0
v3.23.0 (2024-04-18)
Feat
- bump:
version_files
now support glob patterns (fix #1067) (#1070)
[master aad0602] bump: version 3.22.0 → 3.23.0
4 files changed, 10 insertions(+), 4 deletions(-)
v3.22.0
v3.22.0 (2024-04-11)
Feat
- cli: add config option to specify config file path
[master 7c0bc15] bump: version 3.21.3 → 3.22.0
4 files changed, 10 insertions(+), 4 deletions(-)
v3.21.3
v3.21.3 (2024-03-30)
Refactor
- defaults: move cz_conventional_commit defaults out of defaults.py
[master 669080c] bump: version 3.21.2 → 3.21.3
4 files changed, 10 insertions(+), 4 deletions(-)
v3.21.2
v3.21.2 (2024-03-30)
Fix
- commitizen/git.py,-tests/test_git.py: Resolve tempfile path spaces issue in git commit function
[master 8d5f630] bump: version 3.21.1 → 3.21.2
4 files changed, 10 insertions(+), 4 deletions(-)
v3.21.1
v3.21.1 (2024-03-30)
Fix
- command-init: "cz init" should list exisitng tag in reverse order
[master 223532b] bump: version 3.21.0 → 3.21.1
4 files changed, 10 insertions(+), 4 deletions(-)
v3.21.0
v3.21.0 (2024-03-30)
Feat
- commit: add retry_after_failure config option and --no-retry flag
Refactor
- utils: convert git project root to posix path for backup file name
- commit: use Optional[str] instead of str | None
- commit: remove unused tempfile import
- git-hooks: make git hooks use get_backup_file_path
- utils: move backup path creation to utils
[master ffb6df7] bump: version 3.20.0 → 3.21.0
4 files changed, 18 insertions(+), 4 deletions(-)
v3.20.0
v3.20.0 (2024-03-19)
Feat
- changelog: expose commits
sha1
, author
and author_email
in changelog tree (fix #987) (#1013)
[master 9175328] bump: version 3.19.0 → 3.20.0
4 files changed, 10 insertions(+), 4 deletions(-)