Skip to content

Commit c702b66

Browse files
committed
chore: Release codspeed-runner version 4.14.0 🎉
1 parent 973c9c4 commit c702b66

3 files changed

Lines changed: 25 additions & 2 deletions

File tree

CHANGELOG.md

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

66

77

8+
## [4.14.0] - 2026-04-17
9+
10+
### <!-- 0 -->🚀 Features
11+
- Stop panicking when parsing invalid perf file by @GuillaumeLagrange in [#298](https://github.com/CodSpeedHQ/runner/pull/298)
12+
- Make the basic run only 5 rounds to make logs not crash the github page by @GuillaumeLagrange
13+
- Represent the host OS as a SupportedOs enum with per-executor support gates by @GuillaumeLagrange
14+
- Bypass systemd-run usage on macos by @GuillaumeLagrange
15+
- Add aarch64-apple-darwin to the release targets by @GuillaumeLagrange
16+
- Collect cpu flags in system info by @GuillaumeLagrange in [#281](https://github.com/CodSpeedHQ/runner/pull/281)
17+
18+
### <!-- 1 -->🐛 Bug Fixes
19+
- Fix instropected_go's behavior on macos by @GuillaumeLagrange
20+
- Update rust crate git2 to 0.20.4 (#284) by @xtqqczze in [#284](https://github.com/CodSpeedHQ/runner/pull/284)
21+
22+
### <!-- 7 -->⚙️ Internals
23+
- Move the config schema check from pre-commit to ci-only check by @GuillaumeLagrange in [#287](https://github.com/CodSpeedHQ/runner/pull/287)
24+
- Skip tests that rely on linux behavior by @GuillaumeLagrange
25+
- Bump instrument-hooks submodule to include stubs improvement by @GuillaumeLagrange
26+
- Rerun exec harness build if instrument hooks sources change by @GuillaumeLagrange
27+
- Make update-bindings.sh PWD agnostic by @GuillaumeLagrange
28+
29+
830
## [4.13.0] - 2026-03-26
931

1032
### <!-- 0 -->🚀 Features
@@ -1071,6 +1093,7 @@
10711093
- Add linting components to the toolchain by @art049
10721094

10731095

1096+
[4.14.0]: https://github.com/CodSpeedHQ/runner/compare/v4.13.0..v4.14.0
10741097
[4.13.0]: https://github.com/CodSpeedHQ/runner/compare/v4.12.1..v4.13.0
10751098
[4.12.1]: https://github.com/CodSpeedHQ/runner/compare/v4.12.0..v4.12.1
10761099
[4.12.0]: https://github.com/CodSpeedHQ/runner/compare/v4.11.1..v4.12.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.13.0"
3+
version = "4.14.0"
44
edition = "2024"
55
repository = "https://github.com/CodSpeedHQ/codspeed"
66
publish = false

0 commit comments

Comments
 (0)