diff --git a/CHANGES.rst b/CHANGES.rst index 4ed704f..6d4ef00 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,16 +1,31 @@ Changes ======= +44.0 (2024-07-08) +----------------- + +* Drop support for Python 3.8 (#315) +* Require docutils 0.21.2 and higher (#315) +* Remove HTML5 ```` tag from the list of allowed HTML tags (#315) +* Test all supported CPython and PyPy versions in CI (#315) +* Resolve Node 16 deprecation warnings in CI (#309) +* Lint specific directories (#312) +* Build a wheel once for all tox test environments (#308) +* Lazy open output files, and always close them (#314) +* Gitpod: Migrate to the Even Better TOML extension (#306) +* check-manifest: Remove a now-default ``.gitpod.yml`` exclusion (#307) + 43.0 (2024-02-26) ----------------- -- Allow HTML5 ``picture`` tag through cleaner (#299) -- Test against Python 3.12 (#300) + +* Allow HTML5 ``picture`` tag through cleaner (#299) +* Test against Python 3.12 (#300) 42.0 (2023-09-07) ----------------- -- Migrate from ``bleach`` to ``nh3`` (#295) -- Migrate from ``setup.py`` to ``pyproject.toml`` +* Migrate from ``bleach`` to ``nh3`` (#295) +* Migrate from ``setup.py`` to ``pyproject.toml`` 41.0 (2023-08-18) ----------------- diff --git a/pyproject.toml b/pyproject.toml index 255b366..7635b6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "readme_renderer" -version = "43.0" +version = "44.0" description = "readme_renderer is a library for rendering readme descriptions for Warehouse" authors = [ {name = "The Python Packaging Authority", email = "admin@mail.pypi.org"}