Sourced from commitizen's releases.
v3.21.3 (2024-03-30)
Refactor
- defaults: move cz_conventional_commit defaults out of defaults.py
[master 669080c8] bump: version 3.21.2 → 3.21.3 4 files changed, 10 insertions(+), 4 deletions(-)
v3.21.2 (2024-03-30)
Fix
- commitizen/git.py,-tests/test_git.py: Resolve tempfile path spaces issue in git commit function
[master 8d5f6303] bump: version 3.21.1 → 3.21.2 4 files changed, 10 insertions(+), 4 deletions(-)
v3.21.1 (2024-03-30)
Fix
- command-init: "cz init" should list exisitng tag in reverse order
[master 223532b2] bump: version 3.21.0 → 3.21.1 4 files changed, 10 insertions(+), 4 deletions(-)
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 ffb6df72] bump: version 3.20.0 → 3.21.0 4 files changed, 18 insertions(+), 4 deletions(-)
v3.20.0 (2024-03-19)
Feat
... (truncated)
Sourced from commitizen's changelog.
v3.21.3 (2024-03-30)
Refactor
- defaults: move cz_conventional_commit defaults out of defaults.py
v3.21.2 (2024-03-30)
Fix
- commitizen/git.py,-tests/test_git.py: Resolve tempfile path spaces issue in git commit function
v3.21.1 (2024-03-30)
Fix
- command-init: "cz init" should list exisitng tag in reverse order
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
v3.20.0 (2024-03-19)
Feat
v3.19.0 (2024-03-19)
Feat
- changelog: adds a
changelog_release_hook
called for each release in the changelog (#1018)v3.18.4 (2024-03-14)
Fix
- changelog: include latest change when dry run and incremental
... (truncated)
669080c
bump: version 3.21.2 → 3.21.37b49f8a
refactor(defaults): move cz_conventional_commit defaults out of
defaults.py8d5f630
bump: version 3.21.1 → 3.21.26148bf1
test(tests/test_git.py): use the IDs tool to clearly describe each test
item3519ae7
fix(commitizen/git.py,-tests/test_git.py): Resolve tempfile path spaces
issue...223532b
bump: version 3.21.0 → 3.21.17c0e780
fix(command-init): "cz init" should list exisitng tag in
reverse orderffb6df7
bump: version 3.20.0 → 3.21.0b42a676
style: refine coding style based on reviewsfc3c1e9
test(commit): create new test for backup file creation and use fixture
for ot...