Skip to content

Commit bfe766f

Browse files
committed
chore: Release codspeed-runner version 3.7.0
1 parent fe4de63 commit bfe766f

3 files changed

Lines changed: 24 additions & 2 deletions

File tree

CHANGELOG.md

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

66

77

8+
## [3.7.0] - 2025-07-08
9+
10+
### <!-- 0 -->🚀 Features
11+
- Add pre- and post-benchmark scripts by @not-matthias
12+
- Add cli args for perf by @not-matthias in [#94](https://github.com/CodSpeedHQ/runner/pull/94)
13+
14+
### <!-- 1 -->🐛 Bug Fixes
15+
- Forward environment to systemd-run cmd by @not-matthias
16+
- Only panic in upload for non-existing integration by @not-matthias
17+
- Multi-line commands in valgrind by @not-matthias
18+
- Symlink libpython doesn't work for statically linked python by @not-matthias in [#89](https://github.com/CodSpeedHQ/runner/pull/89)
19+
- Run perf with sudo; support systemd-run for non-perf walltime by @not-matthias
20+
- Use correct path for unwind info by @not-matthias
21+
22+
### <!-- 7 -->⚙️ Internals
23+
- Add executor tests by @not-matthias in [#95](https://github.com/CodSpeedHQ/runner/pull/95)
24+
- Add log to detect invalid origin url by @not-matthias
25+
- Upgrade to edition 2024 by @not-matthias
26+
- Add debug logs for proc maps by @not-matthias in [#88](https://github.com/CodSpeedHQ/runner/pull/88)
27+
28+
829
## [3.6.1] - 2025-06-16
930

1031
### <!-- 0 -->🚀 Features
@@ -382,6 +403,7 @@
382403
- Add linting components to the toolchain by @art049
383404

384405

406+
[3.7.0]: https://github.com/CodSpeedHQ/runner/compare/v3.6.1..v3.7.0
385407
[3.6.1]: https://github.com/CodSpeedHQ/runner/compare/v3.6.0..v3.6.1
386408
[3.6.0]: https://github.com/CodSpeedHQ/runner/compare/v3.5.0..v3.6.0
387409
[3.5.0]: https://github.com/CodSpeedHQ/runner/compare/v3.4.0..v3.5.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.6.1"
3+
version = "3.7.0"
44
edition = "2024"
55
repository = "https://github.com/CodSpeedHQ/runner"
66
publish = false

0 commit comments

Comments
 (0)