Skip to content

Commit f857ca3

Browse files
committed
bump: version 1.19.0 → 1.19.1
1 parent 67e00a9 commit f857ca3

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.19.1 (2025-12-18)
2+
3+
### Fix
4+
5+
- disabling # reindentation inside quote (#282)
6+
17
## 1.19.0 (2025-10-12)
28

39
## 1.18.0 (2025-09-05)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[tool.commitizen]
44
name = "cz_conventional_commits"
5-
version = "1.19.0"
5+
version = "1.19.1"
66
tag_format = "$version"
77
version_files = [
88
"pyproject.toml:version",

src/yamlfix/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from textwrap import dedent
66

77
# Do not edit this line manually, let `make bump` do it.
8-
__version__ = "1.19.0"
8+
__version__ = "1.19.1"
99

1010

1111
def version_info() -> str:

0 commit comments

Comments
 (0)