File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 11[package ]
22name = " codspeed-runner"
3- version = " 3.6.1 "
3+ version = " 3.7.0 "
44edition = " 2024"
55repository = " https://github.com/CodSpeedHQ/runner"
66publish = false
You can’t perform that action at this time.
0 commit comments