Skip to content

Commit

Permalink
bump 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mgaitan committed May 28, 2023
1 parent c6a0457 commit abf6c2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Changelog
---------

0.9.1 (May 28, 2023)
0.9.2 (May 28, 2023)
+++++++++++++++++++++

- Implemented zoom on diagrams functionality. Contributed by `Daniel Althviz Moré <https://github.com/dalthviz>`_
- Fix a bug on empty diagram generations. Contributed by `Kevin Deldycke <https://github.com/kdeldycke>`_.
- Upgrade default to Mermaid 10.2.0.
- Implement automatic releases from Github Actions when a tag is pushed

See full `set of changes <https://github.com/mgaitan/sphinxcontrib-mermaid/compare/0.9.1...0.8.1>`_.
See full `set of changes <https://github.com/mgaitan/sphinxcontrib-mermaid/compare/0.9.2...0.8.1>`_.


0.8.1 (Feb 25, 2023)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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


def long_description():
Expand Down

0 comments on commit abf6c2d

Please sign in to comment.