Skip to content

Commit c839d0b

Browse files
authored
Merge pull request #18 from Crevil/patch-1
Upgrade plantuml-markdown to 3.4.2
2 parents 221226d + 9770d58 commit c839d0b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ Extensions:
9090

9191
## Changelog
9292

93+
### 0.0.14
94+
95+
- Upgrade plantuml-markdown to 3.4.2 with support for external file sources. [#18](https://github.com/backstage/mkdocs-techdocs-core/pull/18)
96+
9397
### 0.0.13
9498

9599
- Fixed issue where the whole temp directory could be included in the built site output. [#7](https://github.com/backstage/mkdocs-techdocs-core/issues/7)

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
mkdocs==1.1.2
55
mkdocs-material==5.3.2
66
mkdocs-monorepo-plugin==0.4.5
7-
plantuml-markdown==3.1.2
7+
plantuml-markdown==3.4.2
88
markdown_inline_graphviz_extension==1.1
99
pygments==2.6.1
1010
pymdown-extensions==7.1

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
setup(
2525
name="mkdocs-techdocs-core",
26-
version="0.0.13",
26+
version="0.0.14",
2727
description="The core MkDocs plugin used by Backstage's TechDocs as a wrapper around "
2828
"multiple MkDocs plugins and Python Markdown extensions",
2929
long_description=long_description,
@@ -38,7 +38,7 @@
3838
"mkdocs>=1.1.2",
3939
"mkdocs-material==5.3.2",
4040
"mkdocs-monorepo-plugin==0.4.5",
41-
"plantuml-markdown==3.1.2",
41+
"plantuml-markdown==3.4.2",
4242
"markdown_inline_graphviz_extension==1.1",
4343
"pygments==2.6.1",
4444
"pymdown-extensions==7.1",

0 commit comments

Comments
 (0)