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/
2828
2929<!-- towncrier release notes start -->
3030
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+
3139## [ 23.1.0] ( https://github.com/kpfleming/jinjanator-plugin-format-xml/tree/23.1.0 ) - 2023-08-03
3240
3341Initial release!
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ text = """
159159[[tool .hatch .metadata .hooks .fancy-pypi-readme .fragments ]]
160160path = " CHANGELOG.md"
161161start-after = " <!-- towncrier release notes start -->"
162- # pattern = "\n(###.+?\n)## "
162+ pattern = " \n (###.+?\n )## "
163163
164164[[tool .hatch .metadata .hooks .fancy-pypi-readme .fragments ]]
165165text = """
You can’t perform that action at this time.
0 commit comments