Skip to content

Commit cd90953

Browse files
semantic-releaseMara-Li
authored andcommitted
1.8.1
Automatically generated by python-semantic-release
1 parent 0885f3f commit cd90953

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

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

5+
## v1.8.1 (2022-09-26)
6+
### Fix
7+
* Embed generation for links not found/auto citation ([`0885f3f`](https://github.com/Mara-Li/mkdocs_embed_file_plugins/commit/0885f3f4ac3cbf098cdc28547eb33257e77d8a74))
8+
* Remove block id in citation ([`6410472`](https://github.com/Mara-Li/mkdocs_embed_file_plugins/commit/6410472f020586291a4776173c43d6a6d26675b9))
9+
510
## v1.8.0 (2022-09-26)
611
### Feature
712
* Better display of not exist embed ([`5445b3c`](https://github.com/Mara-Li/mkdocs_embed_file_plugins/commit/5445b3cd02d44320efc84c409c1526357ca9b1c3))

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.8.0"
3+
version = "1.8.1"
44

55
def classification_dependencies():
66
with open("requirements.txt") as f:

0 commit comments

Comments
 (0)