Skip to content

Commit

Permalink
bump: version 2.0.5 → 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Fortmeyer committed Jan 21, 2023
1 parent 67b3097 commit 9850338
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cz.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
commitizen:
name: cz_conventional_commits
tag_format: v$version
version: 2.0.5
version: 2.0.6
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v2.0.6 (2023-01-21)

### Fix

- **README.md**: fix logo

## v2.0.5 (2023-01-21)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion src/HODI/HODI.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageTags>F#, FSharp, dependency injection, giraffe</PackageTags>
<SignAssembly>false</SignAssembly>
<PackageIcon>hodi.png</PackageIcon>
<Version>2.0.5</Version>
<Version>2.0.6</Version>
<IsPackable>true</IsPackable>
<PackageReleaseNotes>Update dependencies</PackageReleaseNotes>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down
2 changes: 1 addition & 1 deletion tests/HODI.Tests/HODI.Tests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<IsPackable>false</IsPackable>
<GenerateProgramFile>false</GenerateProgramFile>
<Version>2.0.5</Version>
<Version>2.0.6</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 9850338

Please sign in to comment.