Skip to content

Commit 3b0649b

Browse files
committed
Release v4.2.0 πŸš€
1 parent 1af4399 commit 3b0649b

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@
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

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
7676
version_pattern = "MAJOR.MINOR.PATCH[-TAG[NUM]]"
7777
commit_message = "Release v{new_version} πŸš€"
7878
tag_message = "Release v{new_version} πŸš€"

β€Žsrc/pytest_codspeed/__init__.pyβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
from .plugin import BenchmarkFixture
66

0 commit comments

Comments
Β (0)