diff --git a/CHANGELOG.md b/CHANGELOG.md index baed504..f47bbdb 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.5.0](https://www.github.com/joaoopereira/dotnet-test-rerun/releases/tag/v1.5.0) (2023-9-9) + +### Features + +* allow the processing of multiple trx files ([3d82209](https://www.github.com/joaoopereira/dotnet-test-rerun/commit/3d822098115c4f4d57a8474fef604960c2c4dae2)) + ## [1.4.2-alpha.0](https://www.github.com/joaoopereira/dotnet-test-rerun/releases/tag/v1.4.2-alpha.0) (2023-8-16) diff --git a/src/dotnet-test-rerun.csproj b/src/dotnet-test-rerun.csproj index 3f1dace..5f45b14 100644 --- a/src/dotnet-test-rerun.csproj +++ b/src/dotnet-test-rerun.csproj @@ -1,4 +1,4 @@ - + Exe @@ -14,7 +14,7 @@ README.md GPL-3.0-or-later True - 1.5.0-alpha.0 + 1.5.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