Skip to content

Commit

Permalink
Release v2.0.3 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
adriencaccia committed Jan 4, 2024
1 parent ad0378e commit 5ef3186
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to <a href="https://semver.org/spec/v2.0.0.html">Semant

## [Unreleased]

## [2.0.3] - 2024-01-04

- fix: bump cargo-dist to remove broken pipe logs, see https://github.com/CodSpeedHQ/runner/pull/12
- fix(uploader): handle error response when retrieving upload data, see https://github.com/CodSpeedHQ/runner/pull/11

## [2.0.2] - 2023-12-04

- fix: control the environment when running `cargo-codspeed`, see https://github.com/CodSpeedHQ/runner/pull/8
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ inputs:

runner-version:
description: "The version of the runner to use"
default: "2.0.2"
default: "2.0.3"
required: true

runs:
Expand Down

0 comments on commit 5ef3186

Please sign in to comment.