bump: version 4.13.6 → 4.13.7 · commitizen-tools/commitizen@dd972c9

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.13.6 # automatically updated by Commitizen

59+

rev: v4.13.7 # automatically updated by Commitizen

6060

hooks:

6161

- id: commitizen

6262

- id: commitizen-branch

Original file line numberDiff line numberDiff line change

@@ -1,3 +1,9 @@

1+

## v4.13.7 (2026-02-09)

2+
3+

### Fix

4+
5+

- **provider**: use encoding settings in config (#1857)

6+
17

## v4.13.6 (2026-02-07)

28
39

### Fix

Original file line numberDiff line numberDiff line change

@@ -1 +1 @@

1-

__version__ = "4.13.6"

1+

__version__ = "4.13.7"

Original file line numberDiff line numberDiff line change

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

11

[project]

22

name = "commitizen"

3-

version = "4.13.6"

3+

version = "4.13.7"

44

description = "Python commitizen client tool"

55

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

66

maintainers = [