From c4c61fc7fe69e3bcae494d4655f33f24d8e3e399 Mon Sep 17 00:00:00 2001 From: ricardofslp Date: Sun, 7 Jul 2024 12:03:10 +0100 Subject: [PATCH] chore(release): 2.0.0-alpha.1 --- src/CHANGELOG.md | 3 +++ src/dotnet-test-rerun.csproj | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index dfbab79..0ba3945 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. See [versionize](https://github.com/versionize/versionize) for commit guidelines. + +## [2.0.0-alpha.1](https://www.github.com/joaoopereira/dotnet-test-rerun/releases/tag/v2.0.0-alpha.1) (2024-07-07) + ## [2.0.0-alpha.0](https://www.github.com/joaoopereira/dotnet-test-rerun/releases/tag/v2.0.0-alpha.0) (2024-07-07) diff --git a/src/dotnet-test-rerun.csproj b/src/dotnet-test-rerun.csproj index 87854f4..82dbc60 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 - 2.0.0-alpha.0 + 2.0.0-alpha.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