Skip to content

Commit 2cd4512

Browse files
committed
chore: Release codspeed-runner version 4.0.0
1 parent a136236 commit 2cd4512

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.0.0] - 2025-09-01
9+
10+
### <!-- 0 -->🚀 Features
11+
- Make perf enabled by default by @GuillaumeLagrange in [#110](https://github.com/CodSpeedHQ/runner/pull/110)
12+
- Make runner mode argument mandatory by @GuillaumeLagrange
13+
- Use introspected node in walltime mode by @GuillaumeLagrange in [#108](https://github.com/CodSpeedHQ/runner/pull/108)
14+
- Add instrumented go shell script by @not-matthias in [#102](https://github.com/CodSpeedHQ/runner/pull/102)
15+
16+
### <!-- 1 -->🐛 Bug Fixes
17+
- Compute proper load bias by @not-matthias in [#107](https://github.com/CodSpeedHQ/runner/pull/107)
18+
- Increase timeout for first perf ping by @GuillaumeLagrange
19+
- Prevent running with valgrind by @not-matthias in [#106](https://github.com/CodSpeedHQ/runner/pull/106)
20+
21+
### <!-- 2 -->🏗️ Refactor
22+
- Change go-runner binary name by @not-matthias in [#111](https://github.com/CodSpeedHQ/runner/pull/111)
23+
24+
### <!-- 7 -->⚙️ Internals
25+
- Add AGENTS.md by @GuillaumeLagrange
26+
27+
828
## [3.8.1] - 2025-08-25
929

1030
### <!-- 1 -->🐛 Bug Fixes
@@ -431,6 +451,7 @@
431451
- Add linting components to the toolchain by @art049
432452

433453

454+
[4.0.0]: https://github.com/CodSpeedHQ/runner/compare/v3.8.1..v4.0.0
434455
[3.8.1]: https://github.com/CodSpeedHQ/runner/compare/v3.8.0..v3.8.1
435456
[3.8.0]: https://github.com/CodSpeedHQ/runner/compare/v3.7.0..v3.8.0
436457
[3.7.0]: https://github.com/CodSpeedHQ/runner/compare/v3.6.1..v3.7.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 = "3.8.1"
3+
version = "4.0.0"
44
edition = "2024"
55
repository = "https://github.com/CodSpeedHQ/runner"
66
publish = false

0 commit comments

Comments
 (0)