Skip to content

Commit 2dc7398

Browse files
committed
Release v4.5.0 πŸš€
1 parent 48f8ce8 commit 2dc7398

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55

66

77

8+
## [4.5.0] - 2026-04-28
9+
10+
### <!-- 7 -->βš™οΈ Internals
11+
- Pre-build macos binary by @GuillaumeLagrange in [#117](https://github.com/CodSpeedHQ/pytest-codspeed/pull/117)
12+
- Bump instrument-hooks submodule to use int32_t as pid by @GuillaumeLagrange
13+
- Add macos integration test by @GuillaumeLagrange
14+
15+
816
## [4.4.0] - 2026-04-14
917

1018
### <!-- 0 -->πŸš€ Features

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ version = { attr = "pytest_codspeed.__version__" }
7777

7878

7979
[tool.bumpver]
80-
current_version = "4.4.0"
80+
current_version = "4.5.0"
8181
version_pattern = "MAJOR.MINOR.PATCH[-TAG[NUM]]"
8282
commit_message = "Release v{new_version} πŸš€"
8383
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.4.0"
1+
__version__ = "4.5.0"
22
# We also have the semver version since __version__ is not semver compliant
3-
__semver_version__ = "4.4.0"
3+
__semver_version__ = "4.5.0"
44

55
from .plugin import BenchmarkFixture
66

0 commit comments

Comments
Β (0)