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
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
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.15.0 (2024-12-26)
4
+
5
+
### Feat
6
+
7
+
-**test**: add the duration of tests to the printed test summary (#852)
8
+
9
+
### Fix
10
+
11
+
- don’t attempt to sort imports on `git push` (they must already be sorted) (#851)
12
+
- when nuking then also nuke any installed git hooks (except pre-installed sample hooks) to avoid leaving stale hooks behind (#850)
13
+
- declare `check-actionlint` goal in Makefile as proper phony (#849)
14
+
- package metadata did not constrain the upper limit of Python’s version range, set now to <3.14 (#848)
0 commit comments