Skip to content

Commit fc736d6

Browse files
committed
chg: pkg: changed version for the new release
1 parent 5c1fa58 commit fc736d6

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# Changelog
22

33

4-
## development (unreleased)
4+
## 3.7.0 (2022-10-05)
55

66
### New
77

8+
* Exposed error messages from kroki (refs #75) [Michele Tessaro]
9+
10+
Error messages from Kroki server are rendered as text in the output.
11+
This is to overcome the problem that Kroki does not render errors as
12+
images as PluntUML does.
13+
814
* Added kroki as rendering server (refs #75) [Michele Tessaro]
915

1016
With the plugin configuration `kroki_Server` is now possible to use a
@@ -13,6 +19,10 @@
1319

1420
* Added option to disable image maps (refs #74) [Michele Tessaro]
1521

22+
### Changes
23+
24+
* Regenerated changelog. [Michele Tessaro]
25+
1626

1727
## 3.6.3 (2022-08-01)
1828

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setuptools.setup(
1717
name="plantuml-markdown",
18-
version="3.6.3",
18+
version="3.7.0",
1919
author="Michele Tessaro",
2020
author_email="michele.tessaro@email.it",
2121
description="A PlantUML plugin for Markdown",

0 commit comments

Comments
 (0)