bump: version 4.12.1 → 4.13.0 · commitizen-tools/commitizen@e6b6976

5 files changed

lines changed

Original file line numberDiff line numberDiff line change

@@ -56,7 +56,7 @@ repos:

5656

- tomli

5757
5858

- repo: https://github.com/commitizen-tools/commitizen

59-

rev: v4.12.1 # automatically updated by Commitizen

59+

rev: v4.13.0 # automatically updated by Commitizen

6060

hooks:

6161

- id: commitizen

6262

- id: commitizen-branch

Original file line numberDiff line numberDiff line change

@@ -1,3 +1,24 @@

1+

## v4.13.0 (2026-02-01)

2+
3+

### Feat

4+
5+

- **bump**: add --version-files-only and deprecate --files-only (#1802)

6+

- **version**: add --tag tag to version command (#1819)

7+

- **cli**: add description when choosing a commit rule (#1825)

8+

- **tags**: enable version schemes with less than 3 components (#1705)

9+
10+

### Fix

11+
12+

- **config**: include pyproject.toml in multi config file warning (#1803)

13+

- add pytest ruff rule PT and fix missing deprecation warning (#1826)

14+

- **message_length_limit**: align the behavior of message_length_limit (#1813)

15+

- **cli**: capitalize the first characters of help texts and fix minor grammar errors

16+
17+

### Refactor

18+
19+

- replace hard-coded string "cz_conventional_commits" with DEFAULT_SETTINGS (#1830)

20+

- **bump**: fix unbounded variable type issue

21+
122

## v4.12.1 (2026-01-22)

223
324

### Fix

Original file line numberDiff line numberDiff line change

@@ -1 +1 @@

1-

__version__ = "4.12.1"

1+

__version__ = "4.13.0"

Original file line numberDiff line numberDiff line change

@@ -1,6 +1,6 @@

11

[project]

22

name = "commitizen"

3-

version = "4.12.1"

3+

version = "4.13.0"

44

description = "Python commitizen client tool"

55

authors = [{ name = "Santiago Fraire", email = "santiwilly@gmail.com" }]

66

maintainers = [