File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,14 @@ See https://github.com/kpfleming/jinjanator-plugin-format-xml/blob/main/.github/
28
28
29
29
<!-- towncrier release notes start -->
30
30
31
+ ## [ 23.2.0] ( https://github.com/kpfleming/jinjanator-plugin-format-xml/tree/23.2.0 ) - 2023-10-07
32
+
33
+ ### Additions
34
+
35
+ - Added Python 3.12 support.
36
+ [ #2 ] ( https://github.com/kpfleming/jinjanator-plugin-format-xml/issues/2 )
37
+
38
+
31
39
## [ 23.1.0] ( https://github.com/kpfleming/jinjanator-plugin-format-xml/tree/23.1.0 ) - 2023-08-03
32
40
33
41
Initial release!
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ text = """
159
159
[[tool .hatch .metadata .hooks .fancy-pypi-readme .fragments ]]
160
160
path = " CHANGELOG.md"
161
161
start-after = " <!-- towncrier release notes start -->"
162
- # pattern = "\n(###.+?\n)## "
162
+ pattern = " \n (###.+?\n )## "
163
163
164
164
[[tool .hatch .metadata .hooks .fancy-pypi-readme .fragments ]]
165
165
text = """
You can’t perform that action at this time.
0 commit comments