Skip to content

Commit 48e5aef

Browse files
author
github-actions
committed
2.0.1
Automatically generated by python-semantic-release
1 parent 3c6dc61 commit 48e5aef

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.1 (2022-12-10)
6+
### Fix
7+
* Use markdown_extension config instead of forcing value ([`44f609e`](https://github.com/ObsidianPublisher/mkdocs-embed_file-plugin/commit/44f609ef4573f4aae1f229e82d62f3abb9e70628))
8+
9+
### Documentation
10+
* Info about extensions ([`3c6dc61`](https://github.com/ObsidianPublisher/mkdocs-embed_file-plugin/commit/3c6dc613b1a59fd0d3f99dd714ae844a9d5ed523))
11+
512
## v2.0.0 (2022-10-01)
613
### Feature
714
* Pydownx ([`4a2ef72`](https://github.com/Mara-Li/mkdocs_embed_file_plugins/commit/4a2ef7246f73788bcb963a2308da300da2e3aaa6))

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

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

0 commit comments

Comments
 (0)