File tree Expand file tree Collapse file tree 3 files changed +21
-3
lines changed Expand file tree Collapse file tree 3 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 55
66
77
8+ ## [ 4.1.1] - 2025-10-07
9+
10+ ### <!-- 1 --> π Bug Fixes
11+ - Wheel installation due to file system loop
12+ - Use ParamSpec in instrument definition instead of tuple and dict by @art049
13+ - Use ParamSpec in the plugin call definition by @flying-sheep
14+
15+ ### <!-- 3 --> π Documentation
16+ - Add pull_request trigger comment by @adriencaccia
17+
18+ ### <!-- 7 --> βοΈ Internals
19+ - Remove the beta versions from the changelog by @art049
20+ - Exclude beta tags in changelog by @art049
21+ - Bump instrument-hooks (#87 ) by @not-matthias in [ #87 ] ( https://github.com/CodSpeedHQ/pytest-codspeed/pull/87 )
22+ - Switch to sharded upload (#75 ) by @art049 in [ #75 ] ( https://github.com/CodSpeedHQ/pytest-codspeed/pull/75 )
23+ - Fix changelog generation by @art049
24+
25+
826## [ 4.1.0] - 2025-10-06
927
1028### <!-- 1 --> π Bug Fixes
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ version = { attr = "pytest_codspeed.__version__" }
7171
7272
7373[tool .bumpver ]
74- current_version = " 4.1.0 "
74+ current_version = " 4.1.1 "
7575version_pattern = " MAJOR.MINOR.PATCH[-TAG[NUM]]"
7676commit_message = " Release v{new_version} π"
7777tag_message = " Release v{new_version} π"
Original file line number Diff line number Diff line change 1- __version__ = "4.1.0 "
1+ __version__ = "4.1.1 "
22# We also have the semver version since __version__ is not semver compliant
3- __semver_version__ = "4.1.0 "
3+ __semver_version__ = "4.1.1 "
44
55from .plugin import BenchmarkFixture
66
You canβt perform that action at this time.
0 commit comments