Skip to content

Commit 7e86f11

Browse files
committed
chore: Release codspeed-runner version 4.17.5 🎉
1 parent b1c5547 commit 7e86f11

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

CHANGELOG.md

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

66

77

8+
## [4.17.5] - 2026-06-10
9+
10+
### <!-- 0 -->🚀 Features
11+
- Add optional `mode` arg to target setup by @fargito in [#397](https://github.com/CodSpeedHQ/runner/pull/397)
12+
- Restore DYLD_INSERT_LIBRARIES from SAMPLY_ alias by @not-matthias
13+
- Restore DYLD_INSERT_LIBRARIES from SAMPLY_ alias by @not-matthias
14+
15+
### <!-- 1 -->🐛 Bug Fixes
16+
- Use %p in log file path to avoid multi-process overwrite by @not-matthias in [#381](https://github.com/CodSpeedHQ/runner/pull/381)
17+
18+
### <!-- 10 -->💼 Other
19+
- Enable set -u to match go.sh by @not-matthias in [#389](https://github.com/CodSpeedHQ/runner/pull/389)
20+
21+
### <!-- 7 -->⚙️ Internals
22+
- Bump samply by @not-matthias
23+
- Bump samply to fix sigkill by @not-matthias in [#386](https://github.com/CodSpeedHQ/runner/pull/386)
24+
25+
826
## [4.17.4] - 2026-06-05
927

1028
### <!-- 1 -->🐛 Bug Fixes
@@ -1254,6 +1272,7 @@
12541272
- Add linting components to the toolchain by @art049
12551273

12561274

1275+
[4.17.5]: https://github.com/CodSpeedHQ/runner/compare/v4.17.4..v4.17.5
12571276
[4.17.4]: https://github.com/CodSpeedHQ/runner/compare/v4.17.3..v4.17.4
12581277
[4.17.3]: https://github.com/CodSpeedHQ/runner/compare/v4.17.2..v4.17.3
12591278
[4.17.2]: https://github.com/CodSpeedHQ/runner/compare/v4.17.1..v4.17.2

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.17.4"
3+
version = "4.17.5"
44
edition = "2024"
55
repository = "https://github.com/CodSpeedHQ/codspeed"
66
publish = false

0 commit comments

Comments
 (0)