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
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,20 @@
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.19.0 (2026-04-08)
4
+
5
+
### Feat
6
+
7
+
- add a Makefile goal `simple-index` that generates a PEP-503 compatible Simple Index directory inside the dist (#947)
8
+
- add a workflow to run Macaron for supply chain security detection (#1099)
9
+
10
+
### Fix
11
+
12
+
- the generated sdist file should contain everything needed to check and test the code, and to build the documentation as well (#967)
13
+
- use proper SPDX license identifier in `pyproject.toml` and add correct copyright comments to package source and tests (#1109)
14
+
- make sure that the build epoch is *always* updated whenever the distribution packages are being built (#1118)
15
+
-**ci**: automatically merge Dependabot PRs upon approval again, again (#1119)
16
+
-**ci**: automatically merge Dependabot PRs upon approval again (#1117)
0 commit comments