Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoopereira committed Jun 9, 2023
1 parent 3b738f2 commit 8ed36aa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="1.2.0"></a>
## [1.2.0](https://www.github.com/joaoopereira/dotnet-test-rerun/releases/tag/v1.2.0) (2023-6-9)

### Features

* add blame option ([a7ffe34](https://www.github.com/joaoopereira/dotnet-test-rerun/commit/a7ffe342a84f4202a56557bd676cf9e07ef551aa))

<a name="1.2.0-alpha.0"></a>
## [1.2.0-alpha.0](https://www.github.com/joaoopereira/dotnet-test-rerun/releases/tag/v1.2.0-alpha.0) (2023-4-2)

Expand Down
4 changes: 2 additions & 2 deletions src/dotnet-test-rerun.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
Expand All @@ -14,7 +14,7 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression> GPL-3.0-or-later</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<Version>1.2.0-alpha.0</Version>
<Version>1.2.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 8ed36aa

Please sign in to comment.