Skip to content

Commit 44b7e6b

Browse files
committed
chore: Release runner version 4.2.0 🎉
1 parent bd4642d commit 44b7e6b

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.2.0] - 2025-10-16
9+
10+
### <!-- 0 -->🚀 Features
11+
- Allow caching installed executor instruments on ubuntu/debian by @GuillaumeLagrange in [#129](https://github.com/CodSpeedHQ/runner/pull/129)
12+
- Automatically compress archive if profile folder is above a certain threshold by @GuillaumeLagrange
13+
14+
### <!-- 1 -->🐛 Bug Fixes
15+
- Bump git2 to latest to support sparse checkout by @adriencaccia in [#131](https://github.com/CodSpeedHQ/runner/pull/131)
16+
17+
### <!-- 7 -->⚙️ Internals
18+
- Make fifo command dump trace level by @GuillaumeLagrange in [#130](https://github.com/CodSpeedHQ/runner/pull/130)
19+
20+
821
## [4.1.1] - 2025-10-06
922

1023
### <!-- 1 -->🐛 Bug Fixes
@@ -496,6 +509,7 @@
496509
- Add linting components to the toolchain by @art049
497510

498511

512+
[4.2.0]: https://github.com/CodSpeedHQ/runner/compare/v4.1.1..v4.2.0
499513
[4.1.1]: https://github.com/CodSpeedHQ/runner/compare/v4.1.0..v4.1.1
500514
[4.1.0]: https://github.com/CodSpeedHQ/runner/compare/v4.0.1..v4.1.0
501515
[4.0.1]: https://github.com/CodSpeedHQ/runner/compare/v4.0.0..v4.0.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.1.1"
3+
version = "4.2.0"
44
edition = "2024"
55
repository = "https://github.com/CodSpeedHQ/runner"
66
publish = false

0 commit comments

Comments
 (0)