You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,28 @@ All notable changes to this project will be documented in this file.
4
4
5
5
This project adheres to [semantic versioning](https://packaging.python.org/en/latest/discussions/versioning/#semantic-versioning-vs-calendar-versioning) and [pre-release versioning](https://packaging.python.org/en/latest/discussions/versioning/) schemes recommended by the Python Packaging Authority [here](https://packaging.python.org/en/latest/specifications/version-specifiers/). The format of this file is loosely based on [Keep a Changelog](https://keepachangelog.com/).
6
6
7
+
## v2.20.0 (2026-05-25)
8
+
9
+
### Feat
10
+
11
+
- add support for Python 3.14 (#1153)
12
+
13
+
### Fix
14
+
15
+
- make the generated Simple Index (see PEP 503) better navigatable (#1130)
16
+
- update pylint settings and remove perflint because it does not (currently) work for pylint 4 (#1123)
17
+
-**deps**: add a 3-day cooldown period for Dependabot updates (#1180)
18
+
- make very very sure that pip prune uses only wheels (from the wheelhouse), and prevent accidentally building a wheel (#1151)
19
+
- don’t print warning about upgrading the venv if the venv wasn’t upgraded yet (#1150)
20
+
- declare Makefile goal as .PHONY (as it ought to be) (#1127)
21
+
- the generated build epoch belongs to the generated wheel, and thus both files should be generated using the same recipe (#1126)
22
+
-**deps**: have Dependabot update the pre-commit hooks (#1156)
23
+
24
+
### Refactor
25
+
26
+
- add Makefile variables for both source and binary distributions, and simplify rules a bit using these variables (#1129)
27
+
- simplify handling of the PYTHON environment variable by make (#1128)
0 commit comments