Skip to content

Releases: commitizen-tools/commitizen

v4.12.1

22 Jan 11:34

Choose a tag to compare

v4.12.1 (2026-01-22)

Fix

  • pre-commit-hooks: remove magic constants on pre-push hook (#1815)

[master 5857050] bump: version 4.12.0 → 4.12.1
5 files changed, 10 insertions(+), 4 deletions(-)

v4.12.0

19 Jan 05:25

Choose a tag to compare

v4.12.0 (2026-01-19)

Feat

  • prek: supporting prek as an alternative to pre-commit and switching to prek (#1799)

[master 89a69f5] bump: version 4.11.6 → 4.12.0
5 files changed, 10 insertions(+), 4 deletions(-)

v4.11.6

15 Jan 16:59

Choose a tag to compare

v4.11.6 (2026-01-15)

Fix

  • git: commit bodies with carriage returns are correctly split by … (#1780)

[master cdaa941] bump: version 4.11.5 → 4.11.6
5 files changed, 10 insertions(+), 4 deletions(-)

v4.11.5

15 Jan 12:49

Choose a tag to compare

v4.11.5 (2026-01-15)

Fix

  • config: ensure the actually used config file is correct, better test coverage (#1784)

[master 8283081] bump: version 4.11.4 → 4.11.5
5 files changed, 10 insertions(+), 4 deletions(-)

v4.11.4

15 Jan 12:40

Choose a tag to compare

v4.11.4 (2026-01-15)

Fix

  • cli: move sys.excepthook override to correct line, rename 'type' parameter, fix no argv test (#1791)

[master 7e59a05] bump: version 4.11.3 → 4.11.4
5 files changed, 10 insertions(+), 4 deletions(-)

v4.11.3

13 Jan 09:35

Choose a tag to compare

v4.11.3 (2026-01-13)

Fix

  • bump: fix the issue that changelog_merge_prerelease not working on cz bump

[master aa82b98] bump: version 4.11.2 → 4.11.3
5 files changed, 10 insertions(+), 4 deletions(-)

v4.11.2

12 Jan 08:30

Choose a tag to compare

v4.11.2 (2026-01-12)

Fix

  • config: add warning for multiple configuration files and update documentation (#1773)

[master 193859b] bump: version 4.11.1 → 4.11.2
5 files changed, 10 insertions(+), 4 deletions(-)

v4.11.1

03 Jan 17:26

Choose a tag to compare

v4.11.1 (2026-01-03)

Fix

  • providers: normalize package names in uv provider for uv.lock matching

[master 2e4f4b2] bump: version 4.11.0 → 4.11.1
4 files changed, 10 insertions(+), 4 deletions(-)

v4.11.0

29 Dec 11:26

Choose a tag to compare

v4.11.0 (2025-12-29)

Feat

  • Drop support for Python 3.9 as EOL reached and add Python 3.14 support
  • add custom validation

[master cf03c8d] bump: version 4.10.1 → 4.11.0
4 files changed, 11 insertions(+), 4 deletions(-)

v4.10.1

11 Dec 15:24

Choose a tag to compare

v4.10.1 (2025-12-11)

Fix

  • version: fix the behavior of cz version --major
  • cli: debug and no_raise can be used together in sys.excepthook
  • git: replace lstrip with strip for compatibility issue
  • bump: remove NotAllowed related to --get-next option, other related refactoring

Refactor

  • version: rename class member to align with other classes
  • cargo_provider: cleanup and get rid of potential type errors
  • bump: extract option validation and new version resolution to new functions
  • changelog: raise NotAllow when file_name not passed instead of using assert
  • bump: rename parameter and variables

Perf

  • ruff: enable ruff rules TC001~TC006
  • add TYPE_CHECKING to CzQuestion imports

[master e615e66] bump: version 4.10.0 → 4.10.1
4 files changed, 26 insertions(+), 4 deletions(-)