Skip to content

Commit

Permalink
chg: dev: updated version for the new release
Browse files Browse the repository at this point in the history
  • Loading branch information
mikitex70 committed Oct 16, 2022
1 parent bd9a195 commit 546cb0d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog


## 3.7.3 (2022-10-16)

### New

* Added support for server-side C4 includes (refs #76) [Michele Tessaro]

Added the `server_include_whilelist` configuration which is a list of
regular expressions used to define which files can be safely included
by the server.
Defaults to `[r'^[Cc]4.*$']`, all C4 include files.


## 3.7.2 (2022-10-10)

### New
Expand Down Expand Up @@ -42,7 +54,7 @@

### Fix

* Fixed yaml renderingwith remote server (fixes #72) [Michele Tessaro]
* Fixed yaml rendering with remote server (fixes #72) [Michele Tessaro]

* Removed unused `plantuml` import. [Michele Tessaro]

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.7.2",
version="3.7.3",
author="Michele Tessaro",
author_email="[email protected]",
description="A PlantUML plugin for Markdown",
Expand Down

0 comments on commit 546cb0d

Please sign in to comment.