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 67e00a9 commit f857ca3Copy full SHA for f857ca3
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 1.19.1 (2025-12-18)
2
+
3
+### Fix
4
5
+- disabling # reindentation inside quote (#282)
6
7
## 1.19.0 (2025-10-12)
8
9
## 1.18.0 (2025-09-05)
pyproject.toml
@@ -2,7 +2,7 @@
[tool.commitizen]
name = "cz_conventional_commits"
-version = "1.19.0"
+version = "1.19.1"
tag_format = "$version"
version_files = [
"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.19.0"
+__version__ = "1.19.1"
10
11
def version_info() -> str:
0 commit comments