Skip to content

Commit

Permalink
chore(release): 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saintedlama committed Dec 30, 2021
1 parent e3db063 commit 8950429
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [versionize](https://github.com/saintedlama/versionize) for commit guidelines.

<a name="1.9.0"></a>
## [1.9.0](https://www.github.com/saintedlama/versionize/releases/tag/v1.9.0) (2021-12-30)

### Bug Fixes

* changelog includes literal line break characters (#35) ([b0283b3](https://www.github.com/saintedlama/versionize/commit/b0283b3276e5c276ad97a44b7c49867473d96784))
* invalid url exception (#36) ([e3db063](https://www.github.com/saintedlama/versionize/commit/e3db0632b0f96f240d4c08df96840d4d85d73622))

### Features

* deprecate netcoreapp2.1 and support net6.0 target frameworks (#33) ([e2fbf39](https://www.github.com/saintedlama/versionize/commit/e2fbf39903d94e625070a3ac78444132453ea48c))

<a name="1.8.0"></a>
## [1.8.0](https://www.github.com/saintedlama/versionize/releases/tag/v1.8.0) (2021-10-5)

Expand Down
4 changes: 2 additions & 2 deletions Versionize/Versionize.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.8.0</Version>
<Version>1.9.0</Version>
<ToolCommandName>versionize</ToolCommandName>
<PackAsTool>True</PackAsTool>
<OutputType>Exe</OutputType>
Expand All @@ -25,6 +25,6 @@
</ItemGroup>

<ItemGroup>
<None Include="..\README.md" Pack="true" PackagePath="\"/>
<None Include="..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>

0 comments on commit 8950429

Please sign in to comment.