Skip to content

Commit

Permalink
chg: pkg: changed version for the new release
Browse files Browse the repository at this point in the history
  • Loading branch information
mikitex70 committed May 9, 2024
1 parent fdd873d commit fcf62aa
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitchangelog.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit fcf62aa

Please sign in to comment.