Skip to content

Commit

Permalink
chore(release): 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardofslp committed Aug 18, 2024
1 parent 1d3e106 commit 883e055
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="2.0.2"></a>
## [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))

<a name="2.0.1"></a>
## [2.0.1](https://www.github.com/joaoopereira/dotnet-test-rerun/releases/tag/v2.0.1) (2024-07-20)

Expand Down
2 changes: 1 addition & 1 deletion src/dotnet-test-rerun.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression> GPL-3.0-or-later</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<Version>2.0.1</Version>
<Version>2.0.2</Version>
<PackageProjectUrl>https://github.com/joaoopereira/dotnet-test-rerun</PackageProjectUrl>
<Description>wrapper of dotnet test command that automatic rerun failed tests</Description>
<RepositoryUrl>https://github.com/joaoopereira/dotnet-test-rerun</RepositoryUrl>
Expand Down

0 comments on commit 883e055

Please sign in to comment.