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 Jul 13, 2024
1 parent 6faf5ba commit 2894767
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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.7",
version="3.9.8",
author="Michele Tessaro",
author_email="[email protected]",
description="A PlantUML plugin for Markdown",
Expand Down

0 comments on commit 2894767

Please sign in to comment.