Skip to content

Commit

Permalink
bump 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mgaitan committed May 28, 2023
1 parent 39a9cac commit 9463764
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v3
- name: install build
run: python -m pip install --upgrade build
- name: build
Expand Down
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 (May 28, 2023)
0.9.1 (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...0.8.1>`_.
See `full set of changes <https://github.com/mgaitan/sphinxcontrib-mermaid/compare/0.9.1...0.8.1>`_.


0.8.1 (Feb 25, 2023)
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.. image:: https://img.shields.io/pypi/v/sphinxcontrib-mermaid
:target: https://pypi.org/project/sphinxcontrib-mermaid/

.. image:: https://img.shields.io/pypi/v/sphinxcontrib-mermaid
.. image:: https://img.shields.io/pypi/dm/shbin
:target: https://libraries.io/pypi/sphinxcontrib-mermaid/


Expand Down

0 comments on commit 9463764

Please sign in to comment.