Skip to content

Commit

Permalink
chore(release): 2.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardofslp committed Jul 7, 2024
1 parent 4aab261 commit 2cc9de9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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.0-alpha.0"></a>
## [2.0.0-alpha.0](https://www.github.com/joaoopereira/dotnet-test-rerun/releases/tag/v2.0.0-alpha.0) (2024-07-07)

### Features

* bump target framework to net8.0 ([5db2b5b](https://www.github.com/joaoopereira/dotnet-test-rerun/commit/5db2b5b891575f8b2492b682eb3b0748c86e8e9b))

### Bug Fixes

* fixed logic to have right naming in inline parameters ([4aab261](https://www.github.com/joaoopereira/dotnet-test-rerun/commit/4aab26164ddc94722ffb70108444dd6b6cd4950d))
* solve issues in verbosity normal ([0e659ed](https://www.github.com/joaoopereira/dotnet-test-rerun/commit/0e659ede300a72d0bf246d118a42a586f56fc788))
* test on verbosity tests ([d6ef454](https://www.github.com/joaoopereira/dotnet-test-rerun/commit/d6ef4543d0bf76dd18b3873c84e1fb61f9a47168))

### Breaking Changes

* bump target framework to net8.0 ([5db2b5b](https://www.github.com/joaoopereira/dotnet-test-rerun/commit/5db2b5b891575f8b2492b682eb3b0748c86e8e9b))

<a name="1.9.0-alpha.1"></a>
## [1.9.0-alpha.1](https://www.github.com/joaoopereira/dotnet-test-rerun/releases/tag/v1.9.0-alpha.1) (2023-12-19)

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>1.9.0-alpha.1</Version>
<Version>2.0.0-alpha.0</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 2cc9de9

Please sign in to comment.