From 28947670c4c2b216c2e43d8698b4a55c83d767ec Mon Sep 17 00:00:00 2001 From: Michele Tessaro Date: Sat, 13 Jul 2024 18:25:36 +0200 Subject: [PATCH] chg: pkg: changed version for the new release --- CHANGELOG.md | 17 +++++++++++++++++ README.md | 2 +- setup.py | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4456a3..9fcb4b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ # Changelog +## 3.9.8 (2024-07-13) + +### New + +* Added JsonSchema file for MkDocs options validation (refs #98) [Michele Tessaro] + + Added a JsonSchema file which may be used with schemas in + [MkDocs-Material](https://squidfunk.github.io/mkdocs-material/) to + validate the `mkdocs.yml` configuration file. + +### Fix + +* Fixed namespace inserted in inline svg. [Michele Tessaro] + +* Fixed wrong option name in documentation (fixes #99) [Michele Tessaro] + + ## 3.9.7 (2024-05-09) ### Fix diff --git a/README.md b/README.md index e9b4559..75ea1f6 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ * [Introduction](#introduction) * [Installation](#installation) - * [Using a local plantUML binary](#using-a-local-plantuml-binary) + * [Using a local PlantUML binary](#using-a-local-plantuml-binary) * [Using a remote server](#using-a-remote-server) * [Using a PlantUML server](#using-a-plantuml-server) * [Using a Kroki server](#using-a-kroki-server) diff --git a/setup.py b/setup.py index e33754a..056d5d5 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setuptools.setup( name="plantuml-markdown", - version="3.9.7", + version="3.9.8", author="Michele Tessaro", author_email="michele.tessaro.tex@gmail.com", description="A PlantUML plugin for Markdown",