Skip to content

Commit 7bc7147

Browse files
authored
Release 45 (#360)
Signed-off-by: Mike Fiedler <miketheman@gmail.com>
1 parent 5738bce commit 7bc7147

2 files changed

Lines changed: 30 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
Changes
22
=======
33

4+
45.0 (Unreleased)
5+
-----------------
6+
* Replace ``cmarkgfm`` with ``comrak`` (#340)
7+
* Support footnotes in Markdown (#324)
8+
* Support inline link anchors (#351)
9+
* Allow ``class`` attribute on ``<pre>`` tags (#365)
10+
11+
* Advertise support for Python 3.13 (#319), Python 3.14 (#333), pypy 3.11 (#334)
12+
* Remove support for Python 3.9, pypy 3.9, 3.10 (#342)
13+
* Remove `python3` alias from Pygments (#320)
14+
* Fix test suite for Pygments update (#325)
15+
* Fix mypy annotations (#328)
16+
* Fix test failure with docutils 0.22 (#332)
17+
* Fix package metadata (#327), (#337), (#356)
18+
* Fix ignored allowlists on ``clean()`` (#368)
19+
* Don't abort reStructuredText rendering when a ``:scale:`` image can't be sized (#359)
20+
* Disable active input controls in rendered output (#370)
21+
* Remove executable bit from tests (#329)
22+
* Update Dependabot config (#338, #358), update workflows (#343), prevent dual run (#344)
23+
* CI: security updates (#354)
24+
* Split apart build and release in CI (#363)
25+
* Speed up test execution (#349)
26+
* Fix documentation typos and formatting (#352)
27+
* Replace Gitpod with devcontainer (#326)
28+
* Convert package data config from exclude to include (#364)
29+
* Apply ruff/pyupgrade rules (UP) (#330)
30+
* Apply ruff (RUF) and tryceratops (TRY) rules (#336)
31+
* Run ruff in addition to flake8 during CI (#355)
32+
433
44.0 (2024-07-08)
534
-----------------
635

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "readme_renderer"
3-
version = "44.0"
3+
version = "45.0"
44
description = "readme_renderer is a library for rendering readme descriptions for Warehouse"
55
authors = [
66
{name = "The Python Packaging Authority", email = "admin@mail.pypi.org"}

0 commit comments

Comments
 (0)