Skip to content

Commit 66c66d7

Browse files
committed
chore: Release runner version 4.4.1 🎉
1 parent 0d1870a commit 66c66d7

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

66

77

8+
## [4.4.1] - 2025-11-21
9+
10+
### <!-- 0 -->🚀 Features
11+
- Display oidc as announcement by @fargito
12+
- Add --allow-empty run option by @GuillaumeLagrange in [#160](https://github.com/CodSpeedHQ/runner/pull/160)
13+
14+
### <!-- 1 -->🐛 Bug Fixes
15+
- Do not espace trailing newlines in logger by @fargito
16+
- Make multiline logs appear correctly in summary by @fargito in [#162](https://github.com/CodSpeedHQ/runner/pull/162)
17+
- Request OIDC token just before upload by @fargito
18+
- Update docs links to oidc by @fargito in [#159](https://github.com/CodSpeedHQ/runner/pull/159)
19+
20+
821
## [4.4.0] - 2025-11-19
922

1023
### <!-- 0 -->🚀 Features
@@ -597,6 +610,7 @@
597610
- Add linting components to the toolchain by @art049
598611

599612

613+
[4.4.1]: https://github.com/CodSpeedHQ/runner/compare/v4.4.0..v4.4.1
600614
[4.4.0]: https://github.com/CodSpeedHQ/runner/compare/v4.3.4..v4.4.0
601615
[4.3.4]: https://github.com/CodSpeedHQ/runner/compare/v4.3.3..v4.3.4
602616
[4.3.3]: https://github.com/CodSpeedHQ/runner/compare/v4.3.2..v4.3.3

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

0 commit comments

Comments
 (0)