Skip to content

Commit

Permalink
chore(release): 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saintedlama committed Feb 11, 2022
1 parent 5782999 commit ed25bdc
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.11.0"></a>
## [1.11.0](https://www.github.com/versionize/versionize/releases/tag/v1.11.0) (2022-2-11)

### Features

* add inspect command (#41) ([5e0d464](https://www.github.com/versionize/versionize/commit/5e0d464060bb892637c0176d5ea5de2ec7fdb6be))
* print changelog diff during a dry-run (#45) ([40a58f3](https://www.github.com/versionize/versionize/commit/40a58f3de4aabc0b214309b4de36554031cf7903))
* print help on NotFoundException (#44) ([7cc1ddc](https://www.github.com/versionize/versionize/commit/7cc1ddcf7ad2258b93976b4c4b85dc29f80f5228))
* support changelog customization options (#43) ([c27cf07](https://www.github.com/versionize/versionize/commit/c27cf072ffc91547d2953220df1a469ae3ff10d1))
* support pre-releases (#50) ([2aa68c7](https://www.github.com/versionize/versionize/commit/2aa68c743ceece5e909c27157fa50462405b7830))
* warn about missing git configs (#53) ([5782999](https://www.github.com/versionize/versionize/commit/5782999c4967fd408c44ced1bffad697b22ba117))

<a name="1.10.0"></a>
## [1.10.0](https://www.github.com/saintedlama/versionize/releases/tag/v1.10.0) (2022-1-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.10.0</Version>
<Version>1.11.0</Version>
<ToolCommandName>versionize</ToolCommandName>
<ImplicitUsings>enable</ImplicitUsings>
<LangVersion>latest</LangVersion>
Expand All @@ -28,7 +28,7 @@
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="4.0.0" />
<PackageReference Include="NuGet.Versioning" Version="6.0.0" />
<PackageReference Include="System.Text.Json" Version="6.0.1" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit ed25bdc

Please sign in to comment.