Skip to content

Commit 5dd546a

Browse files
committed
bump 0.8.1
1 parent e0e92e8 commit 5dd546a

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
---------
33

4+
0.8.1 (Feb 25, 2023)
5+
+++++++++++++++++++++
6+
7+
- Default to Mermaid 9.4.0 as 10.0 introduced incompatible changes.
8+
See `the discussion <https://github.com/mermaid-js/mermaid/discussions/4148>`_.
9+
410
0.8 (Feb 9, 2023)
511
+++++++++++++++++++++
612

@@ -10,8 +16,7 @@ Changelog
1016
- Drop support for Python 3.6
1117
- Black formatting
1218

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

1621

1722
0.7.1 (July 17, 2021)

README.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,7 @@ Config values
120120

121121
``mermaid_version``
122122

123-
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/.
124-
125-
The default is ``"9.4.0"``. If you need a newer version, you'll need to
126-
add the custom initialization code using ``mermaid_init_js``
123+
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.
127124

128125
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
129126
file in ``html_js_files``. For instance, if you download the lib to `_static/js/mermaid.js`, in ``conf.py``::

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

77

88
def long_description():

0 commit comments

Comments
 (0)