diff --git a/README.md b/README.md index dfcb8f2..33188a4 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,12 @@ The goal is to embed different markdown from different sources inside your MkDoc ## Version 3.xx +Version 3.0.1 (2023-06-21) + +Fixed: + +- [x] Crash caused by conflict with Jinja2 render engine expects `config` parameter from other 3rd party plugins. + Version 3.0.0 (2023-06-20) Added diff --git a/pyproject.toml b/pyproject.toml index 733760e..26a5e05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "mkdocs-embed-external-markdown" -version = "3.0.0" +version = "3.0.1" description = "Mkdocs plugin that allow to inject external markdown or markdown section from given url" readme = {file = "README.md", content-type = "text/markdown"} authors = [{name = "Stas Yakobov", email = "dev@3os.org"}]