Skip to content

Commit

Permalink
Release 42.0 (#296)
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Fiedler <miketheman@gmail.com>
  • Loading branch information
miketheman committed Sep 8, 2023
1 parent e5221c2 commit 9c2eb81
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 12 additions & 6 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,35 +1,41 @@
Changes
=======

42.0 (2023-09-07)
-----------------

- Migrate from ``bleach`` to ``nh3`` (#295)
- Migrate from ``setup.py`` to ``pyproject.toml``

41.0 (2023-08-18)
-----------------

* Allow HTML5 `figcaption` tag through cleaner (#291)
* Test `README.rst` from this project (#288)
* Allow HTML5 ``figcaption`` tag through cleaner (#291)
* Test ``README.rst`` from this project (#288)

40.0 (2023-06-16)
-----------------

* Add CLI option to render package README. (#271)
* Adapt tests to pygments 2.14.0 (#272)
* Update release process to use Trusted Publishing (#276)
* Replace usage of deprecated `pkg_resources` with `importlib.metadata` (#281)
* Replace usage of deprecated ``pkg_resources`` with ``importlib.metadata`` (#281)
* Drop support for Python 3.7 (#282), Test against Python 3.11 (#280)

37.3 (2022-10-31)
-----------------

* Allow HTML5 `figure` tag through cleaner (#265)
* Allow HTML5 ``figure`` tag through cleaner (#265)

37.2 (2022-09-24)
-----------------

* Allow HTML5 `s` tag through cleaner (#261)
* Allow HTML5 ``s`` tag through cleaner (#261)

37.1 (2022-09-03)
-----------------

* Allow HTML5 `nav` tag through cleaner (#259)
* Allow HTML5 ``nav`` tag through cleaner (#259)

37.0 (2022-08-21)
-----------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "readme_renderer"
version = "41.0"
version = "42.0"
description = "readme_renderer is a library for rendering readme descriptions for Warehouse"
authors = [
{name = "The Python Packaging Authority", email = "admin@mail.pypi.org"}
Expand Down

0 comments on commit 9c2eb81

Please sign in to comment.