We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e112404 commit 4193c8dCopy full SHA for 4193c8d
CHANGELOG.md
@@ -1,3 +1,5 @@
1
+## 1.19.0 (2025-10-12)
2
+
3
## 1.18.0 (2025-09-05)
4
5
## 1.17.0 (2024-08-21)
pyproject.toml
@@ -2,7 +2,7 @@
[tool.commitizen]
name = "cz_conventional_commits"
-version = "1.18.0"
+version = "1.19.0"
6
tag_format = "$version"
7
version_files = [
8
"pyproject.toml:version",
src/yamlfix/version.py
@@ -5,7 +5,7 @@
from textwrap import dedent
# Do not edit this line manually, let `make bump` do it.
-__version__ = "1.18.0"
+__version__ = "1.19.0"
9
10
11
def version_info() -> str:
0 commit comments