File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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"
8181version_pattern = " MAJOR.MINOR.PATCH[-TAG[NUM]]"
8282commit_message = " Release v{new_version} π"
8383tag_message = " Release v{new_version} π"
Original file line number Diff line number Diff line change 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
55from .plugin import BenchmarkFixture
66
You canβt perform that action at this time.
0 commit comments