From 5ef3186765fa3fafd8b2729b064025d19626050c Mon Sep 17 00:00:00 2001 From: Adrien Cacciaguerra Date: Thu, 4 Jan 2024 11:11:03 +0100 Subject: [PATCH] =?UTF-8?q?Release=20v2.0.3=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 +++++ action.yml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0014006..4007f43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to 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 diff --git a/action.yml b/action.yml index 1f47865..17cb80b 100644 --- a/action.yml +++ b/action.yml @@ -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: