Skip to content

Commit 9bd09f6

Browse files
author
Michele Tessaro
committed
chg: pkg: changed version to 1.3.0 for release
1 parent 372c790 commit 9bd09f6

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,26 @@
11
# Changelog
22

3+
## 1.3.0 (2018-11-17)
4+
5+
### New
6+
7+
* Added support for clickable SVGs (closes #17) [Michele Tessaro]
8+
9+
Added two new output formats:
10+
* `svg_object`: generated an `object` tag for displaing svg images
11+
* `svg_inline`: embedded the svg source image directly in the document
12+
13+
### Fix
14+
15+
* Fixed error when the output format is not recognized. [Michele Tessaro]
16+
17+
318
## 1.2.6 (2018-11-04)
419

20+
### Changes
21+
22+
* Update documentation. [Michele Tessaro]
23+
524
### Fix
625

726
* Fixed wrong `classes` HTML attribute (fixes #16) [Michele Tessaro]

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="1.2.6",
18+
version="1.3.0",
1919
author="Michele Tessaro",
2020
author_email="[email protected]",
2121
description="A PlantUML plugin for Markdown",

0 commit comments

Comments
 (0)