Skip to content

Commit 722c499

Browse files
committed
chore: Release codspeed-runner version 3.3.1
1 parent d786670 commit 722c499

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

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

66

77

8+
## [3.3.1] - 2025-02-13
9+
10+
### <!-- 0 -->🚀 Features
11+
- Bail when performance report s3 upload does not work by @adriencaccia
12+
13+
### <!-- 1 -->🐛 Bug Fixes
14+
- Catch server error as well as client in upload error handling by @adriencaccia in [#64](https://github.com/CodSpeedHQ/runner/pull/64)
15+
16+
817
## [3.3.0] - 2025-02-12
918

1019
### <!-- 0 -->🚀 Features
@@ -302,6 +311,7 @@
302311
- Add linting components to the toolchain by @art049
303312

304313

314+
[3.3.1]: https://github.com/CodSpeedHQ/runner/compare/v3.3.0..v3.3.1
305315
[3.3.0]: https://github.com/CodSpeedHQ/runner/compare/v3.2.2..v3.3.0
306316
[3.2.2]: https://github.com/CodSpeedHQ/runner/compare/v3.2.1..v3.2.2
307317
[3.2.1]: https://github.com/CodSpeedHQ/runner/compare/v3.2.0..v3.2.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 = "3.3.0"
3+
version = "3.3.1"
44
edition = "2021"
55
repository = "https://github.com/CodSpeedHQ/runner"
66
publish = false

0 commit comments

Comments
 (0)