Skip to content

Commit a5ddb78

Browse files
committed
chore: Release runner version 4.1.1 🎉
1 parent 06a5633 commit a5ddb78

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

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

66

77

8+
## [4.1.1] - 2025-10-06
9+
10+
### <!-- 1 -->🐛 Bug Fixes
11+
- Decrease stack sampling size for python (#125) by @not-matthias in [#125](https://github.com/CodSpeedHQ/runner/pull/125)
12+
- Break when parsing invalid command by @not-matthias in [#122](https://github.com/CodSpeedHQ/runner/pull/122)
13+
14+
815
## [4.1.0] - 2025-10-02
916

1017
### <!-- 0 -->🚀 Features
@@ -489,6 +496,7 @@
489496
- Add linting components to the toolchain by @art049
490497

491498

499+
[4.1.1]: https://github.com/CodSpeedHQ/runner/compare/v4.1.0..v4.1.1
492500
[4.1.0]: https://github.com/CodSpeedHQ/runner/compare/v4.0.1..v4.1.0
493501
[4.0.1]: https://github.com/CodSpeedHQ/runner/compare/v4.0.0..v4.0.1
494502
[4.0.0]: https://github.com/CodSpeedHQ/runner/compare/v3.8.1..v4.0.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codspeed-runner"
3-
version = "4.1.0"
3+
version = "4.1.1"
44
edition = "2024"
55
repository = "https://github.com/CodSpeedHQ/runner"
66
publish = false

0 commit comments

Comments
 (0)