Skip to content

Commit fb2e31c

Browse files
committed
bump: release 2.20.0 → 2.21.0
Automatically generated by Commitizen.
1 parent 51d7aa1 commit fb2e31c

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44

55
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/).
66

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)
17+
718
## v2.20.0 (2026-05-25)
819

920
### Feat

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ version_files = [
9393
"src/package/__init__.py:__version__",
9494
]
9595
major_version_zero = false
96-
version = "2.20.0"
96+
version = "2.21.0"
9797

9898

9999
# https://github.com/pytest-dev/pytest-cov

src/package/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
# The version of this package. There's no comprehensive, official list of other
1010
# magic constants, so we stick with this one only for now. See also this conversation:
1111
# https://stackoverflow.com/questions/38344848/is-there-a-comprehensive-table-of-pythons-magic-constants
12-
__version__ = "2.20.0"
12+
__version__ = "2.21.0"

0 commit comments

Comments
 (0)