|
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| 8 | +## [4.10.1] - 2026-01-28 |
| 9 | + |
| 10 | +### <!-- 0 -->🚀 Features |
| 11 | +- Implement `codspeed use` to set mode for shell session by @GuillaumeLagrange in [#221](https://github.com/CodSpeedHQ/runner/pull/221) |
| 12 | +- Show codspeed banner in CI when exec_harness is used by @GuillaumeLagrange |
| 13 | +- Improve the result table display (#217) by @art049 in [#217](https://github.com/CodSpeedHQ/runner/pull/217) |
| 14 | + |
| 15 | +### <!-- 1 -->🐛 Bug Fixes |
| 16 | +- Initialize tracker before spawning sub-process by @not-matthias |
| 17 | + |
| 18 | +### <!-- 2 -->🏗️ Refactor |
| 19 | +- Restructure event handling with a common header and improve event parsing by @not-matthias |
| 20 | +- Create a module for shared structs between `exec` and `run` by @GuillaumeLagrange |
| 21 | +- Remove logic from the run module by @GuillaumeLagrange |
| 22 | +- Move the cli related module inside a cli module by @GuillaumeLagrange |
| 23 | + |
| 24 | +### <!-- 7 -->⚙️ Internals |
| 25 | +- Bump memtrack version |
| 26 | +- Turn warning about overwritten unwind_data into debug logs by @GuillaumeLagrange in [#223](https://github.com/CodSpeedHQ/runner/pull/223) |
| 27 | +- Fix cargo check on macOs by @adriencaccia |
| 28 | +- Remove `codspeed use` without argument in favor of `codspeed show` by @GuillaumeLagrange in [#222](https://github.com/CodSpeedHQ/runner/pull/222) |
| 29 | +- Add clang-format pre-commit hook by @not-matthias in [#219](https://github.com/CodSpeedHQ/runner/pull/219) |
| 30 | +- Save both old and new addr for `realloc` event by @not-matthias |
| 31 | + |
| 32 | + |
8 | 33 | ## [4.10.0] - 2026-01-26 |
9 | 34 |
|
10 | 35 | ### <!-- 0 -->🚀 Features |
|
837 | 862 | - Add linting components to the toolchain by @art049 |
838 | 863 |
|
839 | 864 |
|
| 865 | +[4.10.1]: https://github.com/CodSpeedHQ/runner/compare/v4.10.0..v4.10.1 |
840 | 866 | [4.10.0]: https://github.com/CodSpeedHQ/runner/compare/v4.9.0..v4.10.0 |
841 | 867 | [4.9.0]: https://github.com/CodSpeedHQ/runner/compare/v4.8.2..v4.9.0 |
842 | 868 | [4.8.2]: https://github.com/CodSpeedHQ/runner/compare/v4.8.1..v4.8.2 |
|
0 commit comments