Skip to content

Commit 0549c5f

Browse files
semantic-releaseMara-Li
authored andcommitted
2.0.0
Automatically generated by python-semantic-release
1 parent 4a2ef72 commit 0549c5f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

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

5+
## v2.0.0 (2022-10-01)
6+
### Feature
7+
* Pydownx ([`4a2ef72`](https://github.com/Mara-Li/mkdocs_embed_file_plugins/commit/4a2ef7246f73788bcb963a2308da300da2e3aaa6))
8+
9+
### Breaking
10+
* you must have pydownx installed ([`4a2ef72`](https://github.com/Mara-Li/mkdocs_embed_file_plugins/commit/4a2ef7246f73788bcb963a2308da300da2e3aaa6))
11+
512
## v1.8.3 (2022-09-26)
613
### Fix
714
* Remove footnotes in embeded contents ([`879e916`](https://github.com/Mara-Li/mkdocs_embed_file_plugins/commit/879e91699f8f112b26708cad3cbadf0fde5b5826))

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

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

0 commit comments

Comments
 (0)