From 546cb0d4f084e114a3134d06f926aa1602880b4e Mon Sep 17 00:00:00 2001 From: Michele Tessaro Date: Sun, 16 Oct 2022 12:56:39 +0200 Subject: [PATCH] chg: dev: updated version for the new release --- CHANGELOG.md | 14 +++++++++++++- setup.py | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65def03..1f8ba36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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] diff --git a/setup.py b/setup.py index e948057..fbc1eea 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setuptools.setup( name="plantuml-markdown", - version="3.7.2", + version="3.7.3", author="Michele Tessaro", author_email="michele.tessaro@email.it", description="A PlantUML plugin for Markdown",