We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f3f6c commit 1ca78aeCopy full SHA for 1ca78ae
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
<!--next-version-placeholder-->
4
5
+## v1.5.0 (2022-07-25)
6
+
7
8
## v1.4.0 (2022-07-17)
9
### Feature
10
* Strip obsidian comments ([`78dce9f`](https://github.com/Mara-Li/mkdocs_embed_file_plugins/commit/78dce9f8b73721121b08d95c0297ec7574cdb7aa))
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup, find_packages
-version = "1.4.0"
+version = "1.5.0"
def classification_dependencies():
with open("requirements.txt") as f:
0 commit comments