Skip to content

Commit bc95c94

Browse files
committed
Bumped version to 0.4.1
1 parent 0d088cb commit bc95c94

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

FSharp.Json.Giraffe/FSharp.Json.Giraffe.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Copyright>Copyright 2020</Copyright>
99
<PackageTags>F# JSON serialization Giraffe</PackageTags>
1010
<RepositoryUrl>https://github.com/vsapronov/FSharp.Json</RepositoryUrl>
11-
<Version>0.4.0</Version>
11+
<Version>0.4.1</Version>
1212
</PropertyGroup>
1313

1414
<ItemGroup>

FSharp.Json/FSharp.Json.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Copyright>Copyright 2019</Copyright>
99
<PackageTags>F# JSON serialization</PackageTags>
1010
<RepositoryUrl>https://github.com/vsapronov/FSharp.Json</RepositoryUrl>
11-
<Version>0.4.0</Version>
11+
<Version>0.4.1</Version>
1212
</PropertyGroup>
1313

1414
<ItemGroup>

RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Release Notes
22

3+
## 0.4.1
4+
* Refactored union support.
5+
36
## 0.4.0
47
* Fixed no fields union case (de)serialization - not backward compatible.
58

0 commit comments

Comments
 (0)