Skip to content

Commit a43e2ad

Browse files
committed
1.2.12
Automatically generated by python-semantic-release
1 parent 62d4316 commit a43e2ad

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!--next-version-placeholder-->
44

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+
59
## v1.2.11 (2022-06-23)
610
### Fix
711
* Plugin broke with last update ([`855b377`](https://github.com/Mara-Li/mkdocs_embed_file_plugins/commit/855b377f698ae17c83ce4e6bf4b6104ad4275a6b))

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
version = "1.2.11"
3+
version = "1.2.12"
44

55
with open("README.md", "r", encoding="utf-8") as fh:
66
long_description = fh.read()

0 commit comments

Comments
 (0)