Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2ff9f15

Browse files
bump: version 2.29.2 → 2.29.3
1 parent d36abf5 commit 2ff9f15

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

‎.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: no-commit-to-branch
1313

1414
- repo: https://github.com/commitizen-tools/commitizen
15-
rev: v2.29.2 # automatically updated by Commitizen
15+
rev: v2.29.3 # automatically updated by Commitizen
1616
hooks:
1717
- id: commitizen
1818
stages: [commit-msg]

‎CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
## v2.29.3 (2022年08月02日)
3+
4+
### Refactor
5+
6+
- **changelog**: removes unused code. duplicates are found in changelog_parser
7+
28
## v2.29.2 (2022年07月27日)
39

410
### Fix

‎commitizen/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.29.2"
1+
__version__ = "2.29.3"

‎pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.commitizen]
2-
version = "2.29.2"
2+
version = "2.29.3"
33
tag_format = "v$version"
44
version_files = [
55
"pyproject.toml:version",
@@ -30,7 +30,7 @@ exclude = '''
3030

3131
[tool.poetry]
3232
name = "commitizen"
33-
version = "2.29.2"
33+
version = "2.29.3"
3434
description = "Python commitizen client tool"
3535
authors = ["Santiago Fraire <santiwilly@gmail.com>"]
3636
license = "MIT"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /