From 883e05581debc532e95eaa48b047f28659132e25 Mon Sep 17 00:00:00 2001 From: ricardofslp Date: Mon, 29 Jul 2024 19:45:23 +0100 Subject: [PATCH] chore(release): 2.0.2 --- CHANGELOG.md | 10 ++++++++++ src/dotnet-test-rerun.csproj | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a383baf..20dd3e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [versionize](https://github.com/versionize/versionize) for commit guidelines. + +## [2.0.2](https://www.github.com/joaoopereira/dotnet-test-rerun/releases/tag/v2.0.2) (2024-07-29) + +### Bug Fixes + +* different .net versions test fixed ([cf37bf1](https://www.github.com/joaoopereira/dotnet-test-rerun/commit/cf37bf1e64ae2cfa65b50dd873d1964a2c368042)) +* fix test for ubuntu agent ([386e0d6](https://www.github.com/joaoopereira/dotnet-test-rerun/commit/386e0d67176716e2a6cd65af279bd3578ce0d246)) +* multiple .net versions issue fixed ([979f78c](https://www.github.com/joaoopereira/dotnet-test-rerun/commit/979f78cb64515c516205c98ffd0da499b5a36d96)) +* update test project from net48 to net 6 for ubuntu agent compatibility ([7916185](https://www.github.com/joaoopereira/dotnet-test-rerun/commit/7916185ae1f5c6a58edd49a383c75bc640eb7c69)) + ## [2.0.1](https://www.github.com/joaoopereira/dotnet-test-rerun/releases/tag/v2.0.1) (2024-07-20) diff --git a/src/dotnet-test-rerun.csproj b/src/dotnet-test-rerun.csproj index b6ce39a..c10d690 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.1 + 2.0.2 https://github.com/joaoopereira/dotnet-test-rerun wrapper of dotnet test command that automatic rerun failed tests https://github.com/joaoopereira/dotnet-test-rerun