From eff97eb87378e3315ac7903ee8f5ae90442072e9 Mon Sep 17 00:00:00 2001 From: ricardofslp Date: Wed, 10 Jan 2024 00:50:45 +0000 Subject: [PATCH] Revert "chore(release): 1.8.1" This reverts commit 7e710867b505262ce504a4938fdbba570b8be7db. --- CHANGELOG.md | 3 --- src/dotnet-test-rerun.csproj | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9fa384..60572e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,6 @@ All notable changes to this project will be documented in this file. See [versionize](https://github.com/versionize/versionize) for commit guidelines. - -## [1.8.1](https://www.github.com/joaoopereira/dotnet-test-rerun/releases/tag/v1.8.1) (2024-01-10) - ## [1.9.0](https://www.github.com/joaoopereira/dotnet-test-rerun/releases/tag/v1.9.0) (2024-01-10) diff --git a/src/dotnet-test-rerun.csproj b/src/dotnet-test-rerun.csproj index 2064f31..585c473 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.8.1 + 1.9.0 https://github.com/joaoopereira/dotnet-test-rerun wrapper of dotnet test command that automatic rerun failed tests https://github.com/joaoopereira/dotnet-test-rerun