Skip to content

Commit 6e5891e

Browse files
committed
chore: Release codspeed-runner version 4.10.1 🎉
1 parent 1c78bd7 commit 6e5891e

3 files changed

Lines changed: 28 additions & 2 deletions

File tree

CHANGELOG.md

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

66

77

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+
833
## [4.10.0] - 2026-01-26
934

1035
### <!-- 0 -->🚀 Features
@@ -837,6 +862,7 @@
837862
- Add linting components to the toolchain by @art049
838863

839864

865+
[4.10.1]: https://github.com/CodSpeedHQ/runner/compare/v4.10.0..v4.10.1
840866
[4.10.0]: https://github.com/CodSpeedHQ/runner/compare/v4.9.0..v4.10.0
841867
[4.9.0]: https://github.com/CodSpeedHQ/runner/compare/v4.8.2..v4.9.0
842868
[4.8.2]: https://github.com/CodSpeedHQ/runner/compare/v4.8.1..v4.8.2

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.10.0"
3+
version = "4.10.1"
44
edition = "2024"
55
repository = "https://github.com/CodSpeedHQ/codspeed"
66
publish = false

0 commit comments

Comments
 (0)