Skip to content

Commit 67438f0

Browse files
author
github-actions
committed
2.0.5
Automatically generated by python-semantic-release
1 parent 1f462f5 commit 67438f0

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.5 (2023-01-15)
6+
### Fix
7+
* Error using external links in markdown ([`1d43b17`](https://github.com/ObsidianPublisher/mkdocs-embed_file-plugin/commit/1d43b171785a89799db2c089fa4af56168b08f5f))
8+
59
## v2.0.4 (2023-01-11)
610
### Fix
711
* Fix module not found error ([`2cbdc54`](https://github.com/ObsidianPublisher/mkdocs-embed_file-plugin/commit/2cbdc541f6d5176326286c875fe24ed48e9cd056))

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

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

0 commit comments

Comments
 (0)