File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- next-version-placeholder-->
4
4
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
+
5
12
## v1.8.3 (2022-09-26)
6
13
### Fix
7
14
* Remove footnotes in embeded contents ([ ` 879e916 ` ] ( https://github.com/Mara-Li/mkdocs_embed_file_plugins/commit/879e91699f8f112b26708cad3cbadf0fde5b5826 ) )
Original file line number Diff line number Diff line change 1
1
from setuptools import setup , find_packages
2
2
3
- version = "1.8.3 "
3
+ version = "2.0.0 "
4
4
5
5
def classification_dependencies ():
6
6
with open ("requirements.txt" ) as f :
You can’t perform that action at this time.
0 commit comments