Skip to content

Commit 60d8e48

Browse files
committed
chore: Release codspeed-runner version 5.0.2 🎉
1 parent 17d3098 commit 60d8e48

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

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

66

77

8+
## [5.0.2] - 2026-08-06
9+
10+
### <!-- 1 -->🐛 Bug Fixes
11+
- Retry complete pinned binary downloads (#499) by @art049 in [#499](https://github.com/CodSpeedHQ/runner/pull/499)
12+
- Accept --exclude-allocations and --cycle-estimation without a value by @not-matthias
13+
14+
### <!-- 3 -->📚 Documentation
15+
- Drop stale "defaults to true" wording for allocation exclusion by @not-matthias
16+
17+
### <!-- 6 -->🧪 Testing
18+
- Align exclude_allocations fixtures with the real default by @not-matthias in [#490](https://github.com/CodSpeedHQ/runner/pull/490)
19+
20+
821
## [5.0.1] - 2026-07-29
922

1023
### <!-- 1 -->🐛 Bug Fixes
@@ -1442,6 +1455,7 @@
14421455
- Add linting components to the toolchain by @art049
14431456

14441457

1458+
[5.0.2]: https://github.com/CodSpeedHQ/runner/compare/v5.0.1..v5.0.2
14451459
[5.0.1]: https://github.com/CodSpeedHQ/runner/compare/v5.0.0..v5.0.1
14461460
[5.0.0]: https://github.com/CodSpeedHQ/runner/compare/v4.19.1..v5.0.0
14471461
[4.19.1]: https://github.com/CodSpeedHQ/runner/compare/v4.19.0..v4.19.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 = "5.0.1"
3+
version = "5.0.2"
44
edition = "2024"
55
repository = "https://github.com/CodSpeedHQ/codspeed"
66
publish = false

0 commit comments

Comments
 (0)