Skip to content

Commit

Permalink
chore: release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Jun 9, 2023
1 parent 3518067 commit 7f6bd7c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,19 @@ Changelog

Here is the full history of mistune v3.

Version 3.0.1
-------------

**Released on Jun 10, 2023**

* Add ``py.typed`` for mypy
* Add ``tests``, ``docs`` for sdist
* Support ``renderer="ast"`` for rendering AST

Version 3.0.0
-------------

**Released on June 08, 2023**
**Released on Jun 08, 2023**

* Do not strip leading unicode spaces like emsp
* Ensure new line at end of the text
Expand Down
2 changes: 1 addition & 1 deletion src/mistune/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ def markdown(text, escape=True, renderer='html', plugins=None) -> str:
'html', 'create_markdown', 'markdown',
]

__version__ = '3.0.0'
__version__ = '3.0.1'
__homepage__ = 'https://mistune.lepture.com/'

0 comments on commit 7f6bd7c

Please sign in to comment.