|
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| 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 | + |
8 | 30 | ## [4.13.0] - 2026-03-26 |
9 | 31 |
|
10 | 32 | ### <!-- 0 -->🚀 Features |
|
1071 | 1093 | - Add linting components to the toolchain by @art049 |
1072 | 1094 |
|
1073 | 1095 |
|
| 1096 | +[4.14.0]: https://github.com/CodSpeedHQ/runner/compare/v4.13.0..v4.14.0 |
1074 | 1097 | [4.13.0]: https://github.com/CodSpeedHQ/runner/compare/v4.12.1..v4.13.0 |
1075 | 1098 | [4.12.1]: https://github.com/CodSpeedHQ/runner/compare/v4.12.0..v4.12.1 |
1076 | 1099 | [4.12.0]: https://github.com/CodSpeedHQ/runner/compare/v4.11.1..v4.12.0 |
|
0 commit comments