Skip to content

Commit fd8701d

Browse files
committed
chore: Release codspeed-runner version 4.15.1 🎉
1 parent ffe493a commit fd8701d

3 files changed

Lines changed: 22 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@
55

66

77

8+
## [4.15.1] - 2026-05-06
9+
10+
### <!-- 0 -->🚀 Features
11+
- Add a way to disable perf compression through env var by @GuillaumeLagrange in [#334](https://github.com/CodSpeedHQ/runner/pull/334)
12+
- Do not display the comparison nudge when not in an interactive terminal by @GuillaumeLagrange in [#300](https://github.com/CodSpeedHQ/runner/pull/300)
13+
- Display a warning when profiling generation failed by @GuillaumeLagrange
14+
- Detect and abort on ring buffer overflow by @not-matthias in [#321](https://github.com/CodSpeedHQ/runner/pull/321)
15+
- Grow ring buffer to 16 MiB by @not-matthias
16+
17+
### <!-- 7 -->⚙️ Internals
18+
- Increase stack sampling for python by @GuillaumeLagrange in [#337](https://github.com/CodSpeedHQ/runner/pull/337)
19+
- Replace hard coded lint job for a dedicated check action by @GuillaumeLagrange in [#320](https://github.com/CodSpeedHQ/runner/pull/320)
20+
- Bump cpp-linter-hooks to support darwin by @GuillaumeLagrange
21+
- Swap pre-commit action for prek by @GuillaumeLagrange
22+
- Fix unused clippy errors in test targets on macos by @GuillaumeLagrange
23+
- Run pre-commit hooks on macos and ubuntu-latest by @GuillaumeLagrange
24+
25+
826
## [4.15.0] - 2026-04-28
927

1028
### <!-- 0 -->🚀 Features
@@ -20,7 +38,7 @@
2038
- Add stripped binary and debug file test fixtures by @not-matthias
2139

2240
### <!-- 7 -->⚙️ Internals
23-
- Bump exec-harness version
41+
- Bump exec-harness version by @adriencaccia
2442
- Add macos basic run test by @GuillaumeLagrange in [#319](https://github.com/CodSpeedHQ/runner/pull/319)
2543
- Remove DumpPerfMapAtExit in favor of custom dumper by @not-matthias in [#295](https://github.com/CodSpeedHQ/runner/pull/295)
2644

@@ -1113,6 +1131,7 @@
11131131
- Add linting components to the toolchain by @art049
11141132

11151133

1134+
[4.15.1]: https://github.com/CodSpeedHQ/runner/compare/v4.15.0..v4.15.1
11161135
[4.15.0]: https://github.com/CodSpeedHQ/runner/compare/v4.14.0..v4.15.0
11171136
[4.14.0]: https://github.com/CodSpeedHQ/runner/compare/v4.13.0..v4.14.0
11181137
[4.13.0]: https://github.com/CodSpeedHQ/runner/compare/v4.12.1..v4.13.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.15.0"
3+
version = "4.15.1"
44
edition = "2024"
55
repository = "https://github.com/CodSpeedHQ/codspeed"
66
publish = false

0 commit comments

Comments
 (0)