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-toml/blob/main/.github
28
28
29
29
<!-- towncrier release notes start -->
30
30
31
+ ## [ 23.2.0] ( https://github.com/kpfleming/jinjanator-plugin-format-toml/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-toml/issues/2 )
37
+
38
+
31
39
## [ 23.1.0] ( https://github.com/kpfleming/jinjanator-plugin-format-toml/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 @@ -160,7 +160,7 @@ text = """
160
160
[[tool .hatch .metadata .hooks .fancy-pypi-readme .fragments ]]
161
161
path = " CHANGELOG.md"
162
162
start-after = " <!-- towncrier release notes start -->"
163
- # pattern = "\n(###.+?\n)## "
163
+ pattern = " \n (###.+?\n )## "
164
164
165
165
[[tool .hatch .metadata .hooks .fancy-pypi-readme .fragments ]]
166
166
text = """
You can’t perform that action at this time.
0 commit comments