diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 433d1a5..7b2f62c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,23 @@ Changelog --------- +1.0.0 (September 12, 2024) ++++++++++++++++++++++ + +- Upgrade Mermaid to 11.2.0 +- Add support for ELK diagrams +- Add support for name parameter +- Add passthrough of mermaid frontmatter +- Convert to native namespace package +- Drop support for Python 3.7 +- Convert default placeholder from div to pre +- Fix for tempfile encoding when containing non ascii characters +- Fix for mermaid sequence config arguments +- Default to jsdelivr (previously unpkg) for JS asset CDN + +See full `set of changes `_. + + 0.9.2 (May 28, 2023) +++++++++++++++++++++ diff --git a/pyproject.toml b/pyproject.toml index a726594..c238314 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [{name = "Martín Gaitán", email = "gaitan@gmail.com"}] description="Mermaid diagrams in yours Sphinx powered docs" readme = "README.rst" license = { text = "BSD" } -version = "0.9.2" +version = "1.0.0" requires-python = ">=3.9" keywords = [] diff --git a/setup.py b/setup.py index aefdf20..54ce4b7 100644 --- a/setup.py +++ b/setup.py @@ -1 +1 @@ -__import__("setuptools").setup() +__import__("setuptools").setup() \ No newline at end of file