Skip to content

Commit c227c9f

Browse files
committed
chore: Release codspeed-runner version 4.15.0 🎉
1 parent b96a47e commit c227c9f

3 files changed

Lines changed: 23 additions & 2 deletions

File tree

CHANGELOG.md

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

66

77

8+
## [4.15.0] - 2026-04-28
9+
10+
### <!-- 0 -->🚀 Features
11+
- Revert logo changes by @GuillaumeLagrange
12+
- Display N/A rather than NaN/inf in the benchmarks results table by @GuillaumeLagrange in [#314](https://github.com/CodSpeedHQ/runner/pull/314)
13+
- Only wrap walltime command with sudo on linux by @GuillaumeLagrange
14+
- Add `--with-token` flag to read token from stdin by @fargito in [#313](https://github.com/CodSpeedHQ/runner/pull/313)
15+
- Warn when libc debug info is not found by @not-matthias in [#310](https://github.com/CodSpeedHQ/runner/pull/310)
16+
- Resolve debug info and symbols from separate debug files by @not-matthias in [#303](https://github.com/CodSpeedHQ/runner/pull/303)
17+
18+
### <!-- 6 -->🧪 Testing
19+
- Add libc debuglink/build-id fixtures by @not-matthias
20+
- Add stripped binary and debug file test fixtures by @not-matthias
21+
22+
### <!-- 7 -->⚙️ Internals
23+
- Bump exec-harness version
24+
- Add macos basic run test by @GuillaumeLagrange in [#319](https://github.com/CodSpeedHQ/runner/pull/319)
25+
- Remove DumpPerfMapAtExit in favor of custom dumper by @not-matthias in [#295](https://github.com/CodSpeedHQ/runner/pull/295)
26+
27+
828
## [4.14.0] - 2026-04-17
929

1030
### <!-- 0 -->🚀 Features
@@ -1093,6 +1113,7 @@
10931113
- Add linting components to the toolchain by @art049
10941114

10951115

1116+
[4.15.0]: https://github.com/CodSpeedHQ/runner/compare/v4.14.0..v4.15.0
10961117
[4.14.0]: https://github.com/CodSpeedHQ/runner/compare/v4.13.0..v4.14.0
10971118
[4.13.0]: https://github.com/CodSpeedHQ/runner/compare/v4.12.1..v4.13.0
10981119
[4.12.1]: https://github.com/CodSpeedHQ/runner/compare/v4.12.0..v4.12.1

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

0 commit comments

Comments
 (0)