diff --git a/.gitchangelog.rc b/.gitchangelog.rc index 09728a4..497a07d 100644 --- a/.gitchangelog.rc +++ b/.gitchangelog.rc @@ -95,6 +95,7 @@ section_regexps = [ r'\b[fF]ix(ed|es)?\b', r'\b[cC]orrect\w*\b', r'\bExplicitly\b', + r'Don\'t add newlines in included files', ]), ('Other', None ## Match all lines diff --git a/CHANGELOG.md b/CHANGELOG.md index 82d19f3..e4456a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,23 @@ # Changelog +## 3.9.7 (2024-05-09) + +### Fix + +* Don't add newlines in included files. [Daum Alexander (DCL ATV SC D RAD CSFW FW)] + + ## 3.9.6 (2024-04-24) ### New * `cachedir` is auto-created if missing (implements #96) [Michele Tessaro] +### Changes + +* Updated changelog. [Michele Tessaro] + ## 3.9.5 (2024-04-22) diff --git a/setup.py b/setup.py index fbdd847..e33754a 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setuptools.setup( name="plantuml-markdown", - version="3.9.6", + version="3.9.7", author="Michele Tessaro", author_email="michele.tessaro.tex@gmail.com", description="A PlantUML plugin for Markdown",