Skip to content

Commit d1d25a3

Browse files
committed
chore: Release runner version 4.3.3 🎉
1 parent 78a3048 commit d1d25a3

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,16 @@
55

66

77

8+
## [4.3.3] - 2025-11-07
9+
10+
### <!-- 1 -->🐛 Bug Fixes
11+
- Run cp with bash to expand glob patterns by @not-matthias in [#148](https://github.com/CodSpeedHQ/runner/pull/148)
12+
13+
814
## [4.3.2] - 2025-11-07
915

1016
### <!-- 0 -->🚀 Features
11-
- Update valgrind codspeed to 3.26.0-0codspeed0
17+
- Update valgrind codspeed to 3.26.0-0codspeed0 by @adriencaccia in [#147](https://github.com/CodSpeedHQ/runner/pull/147)
1218
- Add --config-name argument to allow multiple configs by @GuillaumeLagrange in [#145](https://github.com/CodSpeedHQ/runner/pull/145)
1319
- Output perf data directly to profile folder by @GuillaumeLagrange in [#138](https://github.com/CodSpeedHQ/runner/pull/138)
1420
- Emit perf data in pipe mode by @art049
@@ -562,6 +568,7 @@
562568
- Add linting components to the toolchain by @art049
563569

564570

571+
[4.3.3]: https://github.com/CodSpeedHQ/runner/compare/v4.3.2..v4.3.3
565572
[4.3.2]: https://github.com/CodSpeedHQ/runner/compare/v4.3.1..v4.3.2
566573
[4.3.1]: https://github.com/CodSpeedHQ/runner/compare/v4.3.0..v4.3.1
567574
[4.3.0]: https://github.com/CodSpeedHQ/runner/compare/v4.2.1..v4.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 = "4.3.2"
3+
version = "4.3.3"
44
edition = "2024"
55
repository = "https://github.com/CodSpeedHQ/runner"
66
publish = false

0 commit comments

Comments
 (0)