Skip to content

Commit 8f2fef6

Browse files
committed
chore: Release codspeed-runner version 3.5.0
1 parent 9829a0c commit 8f2fef6

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

CHANGELOG.md

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

66

77

8+
## [3.5.0] - 2025-03-13
9+
10+
### <!-- 0 -->🚀 Features
11+
- Add mode command arg by @adriencaccia in [#69](https://github.com/CodSpeedHQ/runner/pull/69)
12+
- Reduce spacing between groups by @art049
13+
- Improve log messages verbosity and style by @art049
14+
- Add a global setup command to preinstall executors by @art049
15+
- Allow usage on any x86 or arm os with a warning by @GuillaumeLagrange in [#66](https://github.com/CodSpeedHQ/runner/pull/66)
16+
17+
### <!-- 1 -->🐛 Bug Fixes
18+
- Fix valgrind version checks (#65) by @art049 in [#65](https://github.com/CodSpeedHQ/runner/pull/65)
19+
20+
### <!-- 3 -->📚 Documentation
21+
- Add a setup command to the README by @art049 in [#61](https://github.com/CodSpeedHQ/runner/pull/61)
22+
23+
824
## [3.4.0] - 2025-02-19
925

1026
### <!-- 0 -->🚀 Features
@@ -326,6 +342,7 @@
326342
- Add linting components to the toolchain by @art049
327343

328344

345+
[3.5.0]: https://github.com/CodSpeedHQ/runner/compare/v3.4.0..v3.5.0
329346
[3.4.0]: https://github.com/CodSpeedHQ/runner/compare/v3.3.1..v3.4.0
330347
[3.3.1]: https://github.com/CodSpeedHQ/runner/compare/v3.3.0..v3.3.1
331348
[3.3.0]: https://github.com/CodSpeedHQ/runner/compare/v3.2.2..v3.3.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.4.0"
3+
version = "3.5.0"
44
edition = "2021"
55
repository = "https://github.com/CodSpeedHQ/runner"
66
publish = false

0 commit comments

Comments
 (0)