Skip to content

Commit 4f7ad40

Browse files
author
github-actions
committed
2.0.2
Automatically generated by python-semantic-release
1 parent b4a2a78 commit 4f7ad40

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

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

5+
## v2.0.2 (2022-12-10)
6+
### Fix
7+
* Use config file instead of list ([`dbe32ba`](https://github.com/ObsidianPublisher/mkdocs-embed_file-plugin/commit/dbe32babda5226702f7fa410579b2692a520da3c))
8+
59
## v2.0.1 (2022-12-10)
610
### Fix
711
* Use markdown_extension config instead of forcing value ([`44f609e`](https://github.com/ObsidianPublisher/mkdocs-embed_file-plugin/commit/44f609ef4573f4aae1f229e82d62f3abb9e70628))

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

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

0 commit comments

Comments
 (0)