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 62d4316 commit a43e2adCopy full SHA for a43e2ad
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v1.2.12 (2022-07-13)
6
+### Fix
7
+* Relative links not embedded correctly ([`c1a50ad`](https://github.com/Mara-Li/mkdocs_embed_file_plugins/commit/c1a50ad6a61fa1aa0842f55e0d4192c82aca3e08))
8
+
9
## v1.2.11 (2022-06-23)
10
### Fix
11
* Plugin broke with last update ([`855b377`](https://github.com/Mara-Li/mkdocs_embed_file_plugins/commit/855b377f698ae17c83ce4e6bf4b6104ad4275a6b))
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup, find_packages
-version = "1.2.11"
+version = "1.2.12"
with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
0 commit comments