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
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
This project follows the [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/).
2
2
3
+
## v2.17.0 (2025-09-20)
4
+
5
+
### Feat
6
+
7
+
- add actions to CodeQL languages (#991)
8
+
-**ci**: cancel existing running workflows for a PR when a new change is pushed to that PR (#927)
9
+
10
+
### Fix
11
+
12
+
- remove various repo files that leaked into the sdist of the package (#948)
13
+
- building the package’s dist files should *always* generate the build’s epoch as well, even when using the individual package goals only (#950)
14
+
- make sure isort skips over files listed as such in the pyproject.toml tool configuration (#968)
15
+
16
+
### Perf
17
+
18
+
-**test**: use Python’s system monitoring facilities to improve performance of test runs (#933)
0 commit comments