Skip to content

Commit 9910b71

Browse files
committed
chore: Release codspeed-runner version 3.8.0
1 parent 1f011ed commit 9910b71

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

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

66

77

8+
## [3.8.0] - 2025-07-18
9+
10+
### <!-- 1 -->🐛 Bug Fixes
11+
- Adjust offset for symbols of module loaded at preferred base by @not-matthias in [#97](https://github.com/CodSpeedHQ/runner/pull/97)
12+
- Run with --scope to allow perf to trace the benchmark process by @not-matthias
13+
- Run with bash to support complex scripts by @not-matthias
14+
- Execute pre- and post-bench scripts for non-perf walltime runner by @not-matthias in [#96](https://github.com/CodSpeedHQ/runner/pull/96)
15+
16+
### <!-- 2 -->🏗️ Refactor
17+
- Process memory mappings in separate function by @not-matthias
18+
19+
### <!-- 7 -->⚙️ Internals
20+
- Add debug logs for perf.map collection by @not-matthias
21+
- Add complex cmd and env tests by @not-matthias
22+
23+
824
## [3.7.0] - 2025-07-08
925

1026
### <!-- 0 -->🚀 Features
@@ -403,6 +419,7 @@
403419
- Add linting components to the toolchain by @art049
404420

405421

422+
[3.8.0]: https://github.com/CodSpeedHQ/runner/compare/v3.7.0..v3.8.0
406423
[3.7.0]: https://github.com/CodSpeedHQ/runner/compare/v3.6.1..v3.7.0
407424
[3.6.1]: https://github.com/CodSpeedHQ/runner/compare/v3.6.0..v3.6.1
408425
[3.6.0]: https://github.com/CodSpeedHQ/runner/compare/v3.5.0..v3.6.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 = "3.7.0"
3+
version = "3.8.0"
44
edition = "2024"
55
repository = "https://github.com/CodSpeedHQ/runner"
66
publish = false

0 commit comments

Comments
 (0)