Skip to content

Commit

Permalink
chg: dev: prepared for the new release
Browse files Browse the repository at this point in the history
  • Loading branch information
mikitex70 committed Dec 28, 2022
1 parent fdc8739 commit 6f36347
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitchangelog.rc
Expand Up @@ -157,6 +157,7 @@ subject_process = (strip |
ReSub(r' renderingwith', r' rendering with') |
ReSub(r'do not create temp file with kroki', r'do not create temp file with kroki (refs #77)') |
ReSub(r'rate limits when rendering remotely', r'rate limits when rendering remotely (refs #79)') |
ReSub(r"'remove_inline_svg_size'", r"`remove_inline_svg_size`") |
ucfirst | final_dot)


Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,22 @@
# Changelog


## development (unreleased)

### New

* Added `preserveAspectRatio` to inline SVG diagrams. [Michele Tessaro]

* Added `id` diagram option. [Michele Tessaro]

When the `id` option is used, an `id` attribute will be generated for the
diagram.
This can be useful for referencing the diagram in CSS rules or
Javascript code.

* Added `remove_inline_svg_size` config option. [Anders Norman]


## 3.7.3 (2022-10-16)

### New
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -15,7 +15,7 @@

setuptools.setup(
name="plantuml-markdown",
version="3.7.3",
version="3.8.0",
author="Michele Tessaro",
author_email="michele.tessaro@email.it",
description="A PlantUML plugin for Markdown",
Expand Down

0 comments on commit 6f36347

Please sign in to comment.