Skip to content

Commit

Permalink
chore: release 3.0.0rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Mar 22, 2023
1 parent c136c04 commit 8a75e56
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ Changelog

Here is the full history of mistune v3.

Version 3.0.0rc5
----------------

**Released on Mar 22, 2023**

* Fix fenced directives
* Fix inline link parser
* Fix block math plugin for multiple lines
* Fix empty list item for markdown renderer

Version 3.0.0rc4
----------------

Expand Down
2 changes: 1 addition & 1 deletion src/mistune/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ def markdown(text, escape=True, renderer='html', plugins=None):
'html', 'create_markdown', 'markdown',
]

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

0 comments on commit 8a75e56

Please sign in to comment.