Skip to content

Commit

Permalink
chore: release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Dec 30, 2024
1 parent bf54ef6 commit 177a0ce
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Release to PyPI

permissions:
contents: write
id-token: write

on:
push:
Expand Down Expand Up @@ -48,10 +49,6 @@ jobs:

- name: Push build artifacts to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
skip_existing: true
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

release:
name: write release note
Expand Down
8 changes: 8 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ Changelog

Here is the full history of mistune v3.

Version 3.1.0
-------------

**Released on Dec 30, 2024**

* Fix only HTML-escape URLs when rendering to HTML
* Add block_quote prefix on empty lines too

Version 3.0.2
-------------

Expand Down
2 changes: 1 addition & 1 deletion src/mistune/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ def markdown(
'html', 'create_markdown', 'markdown',
]

__version__ = '3.0.2'
__version__ = '3.1.0'
__homepage__ = 'https://mistune.lepture.com/'

0 comments on commit 177a0ce

Please sign in to comment.