File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 55
66
77
8+ ## [ 4.2.0] - 2025-10-24
9+
10+ ### <!-- 0 --> π Features
11+ - Support python 3.14 by @adriencaccia in [ #91 ] ( https://github.com/CodSpeedHQ/pytest-codspeed/pull/91 )
12+
13+ ### <!-- 1 --> π Bug Fixes
14+ - Throw error when instrument hooks failed to initialize under codspeed env by @adriencaccia
15+
16+ ### <!-- 7 --> βοΈ Internals
17+ - Bump mypy by @adriencaccia
18+ - Bump python to 3.14 in the ci by @adriencaccia
19+
20+
821## [ 4.1.1] - 2025-10-07
922
1023### <!-- 1 --> π Bug Fixes
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ version = { attr = "pytest_codspeed.__version__" }
7272
7373
7474[tool .bumpver ]
75- current_version = " 4.1.1 "
75+ current_version = " 4.2.0 "
7676version_pattern = " MAJOR.MINOR.PATCH[-TAG[NUM]]"
7777commit_message = " Release v{new_version} π"
7878tag_message = " Release v{new_version} π"
Original file line number Diff line number Diff line change 1- __version__ = "4.1.1 "
1+ __version__ = "4.2.0 "
22# We also have the semver version since __version__ is not semver compliant
3- __semver_version__ = "4.1.1 "
3+ __semver_version__ = "4.2.0 "
44
55from .plugin import BenchmarkFixture
66
You canβt perform that action at this time.
0 commit comments