Skip to content

Commit 83c1ce3

Browse files
committed
chore: Release runner version 4.3.2 🎉
1 parent c0fedc8 commit 83c1ce3

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

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

66

77

8+
## [4.3.2] - 2025-11-07
9+
10+
### <!-- 0 -->🚀 Features
11+
- Update valgrind codspeed to 3.26.0-0codspeed0
12+
- Add --config-name argument to allow multiple configs by @GuillaumeLagrange in [#145](https://github.com/CodSpeedHQ/runner/pull/145)
13+
- Output perf data directly to profile folder by @GuillaumeLagrange in [#138](https://github.com/CodSpeedHQ/runner/pull/138)
14+
- Emit perf data in pipe mode by @art049
15+
- Properly handle sudo with a command builder (#143) by @art049 in [#143](https://github.com/CodSpeedHQ/runner/pull/143)
16+
17+
### <!-- 7 -->⚙️ Internals
18+
- Use info instead of warn for some cache and valgrind setup logs by @adriencaccia in [#142](https://github.com/CodSpeedHQ/runner/pull/142)
19+
20+
821
## [4.3.1] - 2025-10-24
922

1023
### <!-- 0 -->🚀 Features
@@ -549,6 +562,7 @@
549562
- Add linting components to the toolchain by @art049
550563

551564

565+
[4.3.2]: https://github.com/CodSpeedHQ/runner/compare/v4.3.1..v4.3.2
552566
[4.3.1]: https://github.com/CodSpeedHQ/runner/compare/v4.3.0..v4.3.1
553567
[4.3.0]: https://github.com/CodSpeedHQ/runner/compare/v4.2.1..v4.3.0
554568
[4.2.1]: https://github.com/CodSpeedHQ/runner/compare/v4.2.0..v4.2.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.3.1"
3+
version = "4.3.2"
44
edition = "2024"
55
repository = "https://github.com/CodSpeedHQ/runner"
66
publish = false

0 commit comments

Comments
 (0)