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
Michele Tessaro committed May 28, 2022
1 parent 3a6c6d0 commit e264c85
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,40 @@
# Changelog


## 3.5.3 (2022-05-28)

### Changes

* Fixed code indentation in README.md. [Michele Tessaro]

### Fix

* Fixed running on Windows (fixes #63) [Michele Tessaro]

Fixed the condition for the detection of image maps: when there are no
image maps, in Linux the output is `\n` while on Windows it is `\r\n`,
so in Windows image maps were detected even if not present.


## 3.5.2 (2022-02-25)

### Fix

* Fixed error with external plantuml server (fixes #61) [Michele Tessaro]

When using an external PlantUML server to render diagrams, if a diagram
has syntax errors and the remote server returns an error code (HTTP >=
400), and exception was thrown immediatly stopping markdown parsing.
Now the error is intercepted and logged, and markdown can continue its
work.


## 3.5.1 (2021-12-18)

### Changes

* Updated changelog for the new release. [Michele Tessaro]

### Fix

* There is no need to install uuid since Python 2.5 (refs #60) [Borys T]
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.5.2",
version="3.5.3",
author="Michele Tessaro",
author_email="[email protected]",
description="A PlantUML plugin for Markdown",
Expand Down

0 comments on commit e264c85

Please sign in to comment.