Skip to content

Commit 2359e53

Browse files
committed
chore: Release runner version 4.3.4 🎉
1 parent 528bf01 commit 2359e53

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

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

66

77

8+
## [4.3.4] - 2025-11-10
9+
10+
### <!-- 0 -->🚀 Features
11+
- Make `get_commit_hash` different based on the provider by @GuillaumeLagrange in [#151](https://github.com/CodSpeedHQ/runner/pull/151)
12+
13+
### <!-- 1 -->🐛 Bug Fixes
14+
- Use GITHUB_WORKSPACE env var when computing root path by @GuillaumeLagrange
15+
- Ensure perf also fails when the command fails by @not-matthias in [#150](https://github.com/CodSpeedHQ/runner/pull/150)
16+
- Ensure working directory is used when running the cmd by @not-matthias
17+
- Use debug! instead of println for debug data by @art049
18+
19+
820
## [4.3.3] - 2025-11-07
921

1022
### <!-- 1 -->🐛 Bug Fixes
@@ -568,6 +580,7 @@
568580
- Add linting components to the toolchain by @art049
569581

570582

583+
[4.3.4]: https://github.com/CodSpeedHQ/runner/compare/v4.3.3..v4.3.4
571584
[4.3.3]: https://github.com/CodSpeedHQ/runner/compare/v4.3.2..v4.3.3
572585
[4.3.2]: https://github.com/CodSpeedHQ/runner/compare/v4.3.1..v4.3.2
573586
[4.3.1]: https://github.com/CodSpeedHQ/runner/compare/v4.3.0..v4.3.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.3.3"
3+
version = "4.3.4"
44
edition = "2024"
55
repository = "https://github.com/CodSpeedHQ/runner"
66
publish = false

0 commit comments

Comments
 (0)