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 5
5
6
6
7
7
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
+
8
26
## [ 4.1.0] - 2025-10-06
9
27
10
28
### <!-- 1 --> π Bug Fixes
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ version = { attr = "pytest_codspeed.__version__" }
71
71
72
72
73
73
[tool .bumpver ]
74
- current_version = " 4.1.0 "
74
+ current_version = " 4.1.1 "
75
75
version_pattern = " MAJOR.MINOR.PATCH[-TAG[NUM]]"
76
76
commit_message = " Release v{new_version} π"
77
77
tag_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 "
2
2
# We also have the semver version since __version__ is not semver compliant
3
- __semver_version__ = "4.1.0 "
3
+ __semver_version__ = "4.1.1 "
4
4
5
5
from .plugin import BenchmarkFixture
6
6
You canβt perform that action at this time.
0 commit comments