Skip to content

Commit b2d12d8

Browse files
committed
Release v5.0.3 πŸš€
1 parent 31447b7 commit b2d12d8

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

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

66

77

8+
## [5.0.3] - 2026-05-22
9+
10+
### <!-- 2 -->πŸ—οΈ Refactor
11+
- Use instrument_hooks_callgrind_add_obj_skip from C API by @not-matthias in [#123](https://github.com/CodSpeedHQ/pytest-codspeed/pull/123)
12+
13+
814
## [5.0.2] - 2026-05-14
915

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

β€Žpyproject.tomlβ€Ž

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

8383

8484
[tool.bumpver]
85-
current_version = "5.0.2"
85+
current_version = "5.0.3"
8686
version_pattern = "MAJOR.MINOR.PATCH[-TAG[NUM]]"
8787
commit_message = "Release v{new_version} πŸš€"
8888
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__ = "5.0.2"
1+
__version__ = "5.0.3"
22
# We also have the semver version since __version__ is not semver compliant
3-
__semver_version__ = "5.0.2"
3+
__semver_version__ = "5.0.3"
44

55
from .plugin import BenchmarkFixture
66

0 commit comments

Comments
Β (0)