Skip to content

Commit

Permalink
chore: Release codspeed-runner version 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adriencaccia committed Feb 19, 2025
1 parent e1a6d80 commit 5a62a43
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@



## [3.4.0] - 2025-02-19

### <!-- 0 -->🚀 Features
- Add run_part to upload metadata by @fargito in [#57](https://github.com/CodSpeedHQ/runner/pull/57)

### <!-- 1 -->🐛 Bug Fixes
- Fix stderr error display by @art049 in [#63](https://github.com/CodSpeedHQ/runner/pull/63)

### <!-- 7 -->⚙️ Internals
- Remove useless `get_run_environment_name` method by @fargito
- Rename `platform` to `RunEnvironment` by @fargito
- Add missing spellings by @fargito
- Bump toolchain from 1.79.0 to 1.84.0 by @fargito


## [3.3.1] - 2025-02-13

### <!-- 0 -->🚀 Features
Expand Down Expand Up @@ -311,6 +326,7 @@
- Add linting components to the toolchain by @art049


[3.4.0]: https://github.com/CodSpeedHQ/runner/compare/v3.3.1..v3.4.0
[3.3.1]: https://github.com/CodSpeedHQ/runner/compare/v3.3.0..v3.3.1
[3.3.0]: https://github.com/CodSpeedHQ/runner/compare/v3.2.2..v3.3.0
[3.2.2]: https://github.com/CodSpeedHQ/runner/compare/v3.2.1..v3.2.2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "codspeed-runner"
version = "3.3.1"
version = "3.4.0"
edition = "2021"
repository = "https://github.com/CodSpeedHQ/runner"
publish = false
Expand Down

0 comments on commit 5a62a43

Please sign in to comment.