You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,28 @@
1
1
# Changelog
2
2
3
+
4
+
<sub>The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).</sub>
5
+
6
+
7
+
8
+
## [4.1.0] - 2025-10-06
9
+
10
+
### <!-- 1 -->π Bug Fixes
11
+
- Use ParamSpec in instrument definition instead of tuple and dict by @art049
12
+
- Use ParamSpec in the plugin call definition by @flying-sheep
13
+
14
+
### <!-- 3 -->π Documentation
15
+
- Add pull_request trigger comment by @adriencaccia
16
+
17
+
### <!-- 7 -->βοΈ Internals
18
+
- Exclude beta tags in changelog by @art049
19
+
- Bump instrument-hooks (#87) by @not-matthias in [#87](https://github.com/CodSpeedHQ/pytest-codspeed/pull/87)
20
+
- Switch to sharded upload (#75) by @art049 in [#75](https://github.com/CodSpeedHQ/pytest-codspeed/pull/75)
21
+
- Fix changelog generation by @art049
22
+
23
+
24
+
# Changelog
25
+
3
26
<sub>The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).</sub>
0 commit comments