From 5a4c056e4a5d52b48646e2b6b65e60c7280dba72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pereira?= Date: Tue, 4 Jul 2023 09:18:48 +0100 Subject: [PATCH] chore(release): 1.3.1 --- CHANGELOG.md | 7 +++++++ src/dotnet-test-rerun.csproj | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c103da..c60c784 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [versionize](https://github.com/versionize/versionize) for commit guidelines. + +## [1.3.1](https://www.github.com/joaoopereira/dotnet-test-rerun/releases/tag/v1.3.1) (2023-7-4) + +### Bug Fixes + +* return status code 0 if pass after first failure #45 ([4a41541](https://www.github.com/joaoopereira/dotnet-test-rerun/commit/4a41541519e50658a829d88995f178d069947854)) + ## [1.3.0](https://www.github.com/joaoopereira/dotnet-test-rerun/releases/tag/v1.3.0) (2023-7-3) diff --git a/src/dotnet-test-rerun.csproj b/src/dotnet-test-rerun.csproj index 122f62c..76e822f 100644 --- a/src/dotnet-test-rerun.csproj +++ b/src/dotnet-test-rerun.csproj @@ -14,7 +14,7 @@ README.md GPL-3.0-or-later True - 1.3.1-alpha.0 + 1.3.1 https://github.com/joaoopereira/dotnet-test-rerun wrapper of dotnet test command that automatic rerun failed tests https://github.com/joaoopereira/dotnet-test-rerun