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+ ## [ 5.0.2] - 2026-05-14
9+
10+ ### <!-- 0 --> 🚀 Features
11+ - Skip Python runtime objects in callgrind by @not-matthias in [ #122 ] ( https://github.com/CodSpeedHQ/pytest-codspeed/pull/122 )
12+
13+
814## [ 5.0.1] - 2026-05-13
915
1016### <!-- 10 --> 💼 Other
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ version = { attr = "pytest_codspeed.__version__" }
8282
8383
8484[tool .bumpver ]
85- current_version = " 5.0.1 "
85+ current_version = " 5.0.2 "
8686version_pattern = " MAJOR.MINOR.PATCH[-TAG[NUM]]"
8787commit_message = " Release v{new_version} 🚀"
8888tag_message = " Release v{new_version} 🚀"
Original file line number Diff line number Diff line change 1- __version__ = "5.0.1 "
1+ __version__ = "5.0.2 "
22# We also have the semver version since __version__ is not semver compliant
3- __semver_version__ = "5.0.1 "
3+ __semver_version__ = "5.0.2 "
44
55from .plugin import BenchmarkFixture
66
You can’t perform that action at this time.
0 commit comments