Skip to content

Commit 9850338

Browse files
author
Eric Fortmeyer
committed
bump: version 2.0.5 → 2.0.6
1 parent 67b3097 commit 9850338

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
commitizen:
22
name: cz_conventional_commits
33
tag_format: v$version
4-
version: 2.0.5
4+
version: 2.0.6

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v2.0.6 (2023-01-21)
2+
3+
### Fix
4+
5+
- **README.md**: fix logo
6+
17
## v2.0.5 (2023-01-21)
28

39
### Fix

src/HODI/HODI.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageTags>F#, FSharp, dependency injection, giraffe</PackageTags>
1515
<SignAssembly>false</SignAssembly>
1616
<PackageIcon>hodi.png</PackageIcon>
17-
<Version>2.0.5</Version>
17+
<Version>2.0.6</Version>
1818
<IsPackable>true</IsPackable>
1919
<PackageReleaseNotes>Update dependencies</PackageReleaseNotes>
2020
<PackageReadmeFile>README.md</PackageReadmeFile>

tests/HODI.Tests/HODI.Tests.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<IsPackable>false</IsPackable>
88
<GenerateProgramFile>false</GenerateProgramFile>
9-
<Version>2.0.5</Version>
9+
<Version>2.0.6</Version>
1010
</PropertyGroup>
1111

1212
<ItemGroup>

0 commit comments

Comments
 (0)