Skip to content

Commit

Permalink
bump 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mgaitan committed Feb 25, 2023
1 parent e0e92e8 commit 5dd546a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.rst
@@ -1,6 +1,12 @@
Changelog
---------

0.8.1 (Feb 25, 2023)
+++++++++++++++++++++

- Default to Mermaid 9.4.0 as 10.0 introduced incompatible changes.
See `the discussion <https://github.com/mermaid-js/mermaid/discussions/4148>`_.

0.8 (Feb 9, 2023)
+++++++++++++++++++++

Expand All @@ -10,8 +16,7 @@ Changelog
- Drop support for Python 3.6
- Black formatting


Full set of changes: [`0.7.1...0.8`](https://github.com/mgaitan/sphinxcontrib-mermaid/compare/0.7.1...0.8)
See `full set of changes <https://github.com/mgaitan/sphinxcontrib-mermaid/compare/0.7.1...0.8>`_.

This comment has been minimized.

Copy link
@andy-t-sp

andy-t-sp Mar 1, 2023

Very minor, but this link doesn't show all the changes, I think it needs to be 0.7.1...0.8.1



0.7.1 (July 17, 2021)
Expand Down
5 changes: 1 addition & 4 deletions README.rst
Expand Up @@ -120,10 +120,7 @@ Config values

``mermaid_version``

The version of mermaid that will be used to parse ``raw`` output in HTML files. This should match a version available on https://unpkg.com/browse/mermaid/.

The default is ``"9.4.0"``. If you need a newer version, you'll need to
add the custom initialization code using ``mermaid_init_js``
The version of mermaid that will be used to parse ``raw`` output in HTML files. This should match a version available on https://unpkg.com/browse/mermaid/. The default is ``"9.4.0"``. If you need a newer version, you'll need to add the custom initialization. See below.

If it's set to ``""``, the lib won't be automatically included from the CDN service and you'll need to add it as a local
file in ``html_js_files``. For instance, if you download the lib to `_static/js/mermaid.js`, in ``conf.py``::
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@

readme = open("README.rst", encoding="utf-8").read()
changes = open("CHANGELOG.rst", encoding="utf-8").read()
version = "0.8"
version = "0.8.1"


def long_description():
Expand Down

0 comments on commit 5dd546a

Please sign in to comment.