We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a711a45 commit 9c1fe10Copy full SHA for 9c1fe10
changelog/v2.4.0.md
@@ -0,0 +1,5 @@
1
+# v2.4.0
2
+
3
+* Update markmap libraries to `0.15.x`
4
+* Support custom static assets
5
+* Allow removing the default assets
mkdocs_markmap/__meta__.py
@@ -1,6 +1,6 @@
PACKAGE_NAME: str = 'mkdocs_markmap'
PROJECT_NAME: str = PACKAGE_NAME.replace('_', '-')
-PROJECT_VERSION: str = '2.3.0'
+PROJECT_VERSION: str = '2.4.0'
OWNER: str = 'neatc0der'
6
ORGANISATION: str = 'markmap'
0 commit comments