Skip to content

Commit 104c468

Browse files
semantic-releaseMara-Li
authored andcommitted
1.8.0
Automatically generated by python-semantic-release
1 parent 5445b3c commit 104c468

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

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

5+
## v1.8.0 (2022-09-26)
6+
### Feature
7+
* Better display of not exist embed ([`5445b3c`](https://github.com/Mara-Li/mkdocs_embed_file_plugins/commit/5445b3cd02d44320efc84c409c1526357ca9b1c3))
8+
9+
### Fix
10+
* Fix not found are not transformed in "not found" div ([`81e0d36`](https://github.com/Mara-Li/mkdocs_embed_file_plugins/commit/81e0d36820adb638574a2d0853102d19246adce3))
11+
* Fix auto citation in same file doesn't work ([`65b6dfc`](https://github.com/Mara-Li/mkdocs_embed_file_plugins/commit/65b6dfc3ad8db6ba196c78e51fc03c8e08fb65b8))
12+
513
## v1.7.0 (2022-09-26)
614
### Fix
715
* Final fix of production building doesn't take embed ([`99d058a`](https://github.com/Mara-Li/mkdocs_embed_file_plugins/commit/99d058a9eb065912ba2c047f9c15cfeff247c191))

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.7.0"
3+
version = "1.8.0"
44

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

0 commit comments

Comments
 (0)