Skip to content

Commit 58ee9e9

Browse files
committed
Release v4.1.1 πŸš€
1 parent 01742c8 commit 58ee9e9

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@
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

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
7575
version_pattern = "MAJOR.MINOR.PATCH[-TAG[NUM]]"
7676
commit_message = "Release v{new_version} πŸš€"
7777
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__ = "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

55
from .plugin import BenchmarkFixture
66

0 commit comments

Comments
Β (0)