Skip to content

Commit 4cd08d0

Browse files
committed
chore: Release runner version 4.3.0 🎉
1 parent e6a350e commit 4cd08d0

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

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

66

77

8+
## [4.3.0] - 2025-10-23
9+
10+
### <!-- 0 -->🚀 Features
11+
- Allow shorthand for selecting the mode by @art049
12+
- Improve results display when running locally by @art049
13+
- Bump to valgrind-codspeed 3.25.1-3codspeed2 by @art049 in [#137](https://github.com/CodSpeedHQ/runner/pull/137)
14+
- Allow wider range of valgrind codspeed version usage by @art049
15+
- Automatically open the auth URL by @art049 in [#133](https://github.com/CodSpeedHQ/runner/pull/133)
16+
- Proper interactive sudo support by @art049
17+
- Dump debug info of loaded modules by @not-matthias in [#128](https://github.com/CodSpeedHQ/runner/pull/128)
18+
19+
### <!-- 1 -->🐛 Bug Fixes
20+
- Dont immediately add load_bias to symbol offset by @not-matthias
21+
22+
### <!-- 7 -->⚙️ Internals
23+
- Fix fmt error by @adriencaccia
24+
25+
826
## [4.2.1] - 2025-10-17
927

1028
### <!-- 0 -->🚀 Features
@@ -522,6 +540,7 @@
522540
- Add linting components to the toolchain by @art049
523541

524542

543+
[4.3.0]: https://github.com/CodSpeedHQ/runner/compare/v4.2.1..v4.3.0
525544
[4.2.1]: https://github.com/CodSpeedHQ/runner/compare/v4.2.0..v4.2.1
526545
[4.2.0]: https://github.com/CodSpeedHQ/runner/compare/v4.1.1..v4.2.0
527546
[4.1.1]: https://github.com/CodSpeedHQ/runner/compare/v4.1.0..v4.1.1

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

0 commit comments

Comments
 (0)