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.3.0] - 2026-02-09
9+
10+ ### <!-- 0 --> π Features
11+ - Add .gitignore to .codspeed folder on creation (#107 ) by @art049 in [ #107 ] ( https://github.com/CodSpeedHQ/pytest-codspeed/pull/107 )
12+ - Support memory profiling by @not-matthias
13+ - Rename instrumentation to simulation by @GuillaumeLagrange in [ #98 ] ( https://github.com/CodSpeedHQ/pytest-codspeed/pull/98 )
14+ - Improve time unit display in local walltime by @adriencaccia
15+
16+ ### <!-- 1 --> π Bug Fixes
17+ - Switch to OIDC token by @not-matthias
18+
19+ ### <!-- 7 --> βοΈ Internals
20+ - Use github runner instead of buildjet by @art049
21+ - Enable memory profiling by @not-matthias in [ #103 ] ( https://github.com/CodSpeedHQ/pytest-codspeed/pull/103 )
22+ - Pin python to 3.14.2 in CI to prevent walltime crashes by @GuillaumeLagrange in [ #105 ] ( https://github.com/CodSpeedHQ/pytest-codspeed/pull/105 )
23+ - Add comment about uv pinning by @GuillaumeLagrange
24+ - Add comment to explain results storing in .codspeed folder by @adriencaccia in [ #97 ] ( https://github.com/CodSpeedHQ/pytest-codspeed/pull/97 )
25+ - Add 3.14 to the list of supported python versions by @adriencaccia
26+
27+
828## [ 4.2.0] - 2025-10-24
929
1030### <!-- 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.2 .0"
80+ current_version = " 4.3 .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.2 .0"
1+ __version__ = "4.3 .0"
22# We also have the semver version since __version__ is not semver compliant
3- __semver_version__ = "4.2 .0"
3+ __semver_version__ = "4.3 .0"
44
55from .plugin import BenchmarkFixture
66
You canβt perform that action at this time.
0 commit comments