Skip to content

Commit 9292504

Browse files
author
github-actions
committed
2.0.4
Automatically generated by python-semantic-release
1 parent 2cbdc54 commit 9292504

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.4 (2023-01-11)
6+
### Fix
7+
* Fix module not found error ([`2cbdc54`](https://github.com/ObsidianPublisher/mkdocs-embed_file-plugin/commit/2cbdc541f6d5176326286c875fe24ed48e9cd056))
8+
59
## v2.0.3 (2023-01-09)
610
### Fix
711
* Markdown links are not corrected in embed ([`a83e247`](https://github.com/ObsidianPublisher/mkdocs-embed_file-plugin/commit/a83e24701d67698ba0ab7aaf1ecc172887e55db8))

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

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

0 commit comments

Comments
 (0)