From 42657f63b9143c6448cc9023cead8c5fc9476559 Mon Sep 17 00:00:00 2001 From: ricardofslp Date: Sat, 28 Sep 2024 22:56:32 +0100 Subject: [PATCH] chore(release): 2.1.0-alpha.0 --- src/CHANGELOG.md | 7 +++++++ src/dotnet-test-rerun.csproj | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index cc4838c..34deabc 100644 --- a/src/CHANGELOG.md +++ b/src/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. + +## [2.1.0-alpha.0](https://www.github.com/joaoopereira/dotnet-test-rerun/releases/tag/v2.1.0-alpha.0) (2024-09-28) + +### Features + +* **#175:** update working directory to current directory where application is running ([a992ab3](https://www.github.com/joaoopereira/dotnet-test-rerun/commit/a992ab342ce0a5c166f3a5c91cad7dbe01b16764)) + ## [2.0.3-alpha.0](https://www.github.com/joaoopereira/dotnet-test-rerun/releases/tag/v2.0.3-alpha.0) (2024-09-26) diff --git a/src/dotnet-test-rerun.csproj b/src/dotnet-test-rerun.csproj index aa8f7d4..759b758 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.3-alpha.0 + 2.1.0-alpha.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