Skip to content

Commit

Permalink
chore(release): 1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 27, 2023
1 parent ae7b048 commit 808f2aa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.20.0"></a>
## [1.20.0](https://www.github.com/versionize/versionize/releases/tag/v1.20.0) (2023-10-27)

### Features

* ignore project file versions via --tag-only flag (#104) ([ae7b048](https://www.github.com/versionize/versionize/commit/ae7b04801cb90837539823471608cd1aed31279d))

### Other

* unnecessary exceptions when checking if a project is versionable (#106) ([4714d2f](https://www.github.com/versionize/versionize/commit/4714d2f1c357451ca2037dfb34e0b9428f23cec5))

<a name="1.19.1"></a>
## [1.19.1](https://www.github.com/versionize/versionize/releases/tag/v1.19.1) (2023-09-16)

Expand Down
2 changes: 1 addition & 1 deletion 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.19.1</Version>
<Version>1.20.0</Version>
<ToolCommandName>versionize</ToolCommandName>
<ImplicitUsings>enable</ImplicitUsings>
<LangVersion>latest</LangVersion>
Expand Down

0 comments on commit 808f2aa

Please sign in to comment.