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
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,17 @@ 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.21.0 (2026-07-09)
8
+
9
+
### Feat
10
+
11
+
- introduce the Ruff pre-commit hook to replace a bunch of other code formatters and linter hooks (#593)
12
+
13
+
### Fix
14
+
15
+
-**ci**: make unique and improve Github workflow job ids to make it easier to reference them from Github settings (#918)
16
+
-**deps**: pin pytest until the pytest-cases plugin is getting fixed (#1209)
0 commit comments