Skip to content

Commit f3cbf55

Browse files
committed
chore: Release runner version 4.2.1 🎉
1 parent 2fe4fca commit f3cbf55

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.1] - 2025-10-17
9+
10+
### <!-- 0 -->🚀 Features
11+
- Use a prime number as frequency to avoid synchronization with periodic tasks by @adriencaccia
12+
13+
### <!-- 1 -->🐛 Bug Fixes
14+
- Ensure perf is always found on the machine by @adriencaccia in [#132](https://github.com/CodSpeedHQ/runner/pull/132)
15+
- Correctly check if perf is installed by @adriencaccia
16+
17+
### <!-- 7 -->⚙️ Internals
18+
- Add a metadata file in the cache that lists the installed packages by @adriencaccia
19+
20+
821
## [4.2.0] - 2025-10-16
922

1023
### <!-- 0 -->🚀 Features
@@ -509,6 +522,7 @@
509522
- Add linting components to the toolchain by @art049
510523

511524

525+
[4.2.1]: https://github.com/CodSpeedHQ/runner/compare/v4.2.0..v4.2.1
512526
[4.2.0]: https://github.com/CodSpeedHQ/runner/compare/v4.1.1..v4.2.0
513527
[4.1.1]: https://github.com/CodSpeedHQ/runner/compare/v4.1.0..v4.1.1
514528
[4.1.0]: https://github.com/CodSpeedHQ/runner/compare/v4.0.1..v4.1.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.2.0"
3+
version = "4.2.1"
44
edition = "2024"
55
repository = "https://github.com/CodSpeedHQ/runner"
66
publish = false

0 commit comments

Comments
 (0)