Skip to content

Commit b55845b

Browse files
authored
Release 0.9.0 (#107)
1 parent 448d3ad commit b55845b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Directory.Build.props

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

1010
<WarningLevel>3</WarningLevel>
1111

12-
<VersionPrefix>0.8.0</VersionPrefix>
12+
<VersionPrefix>0.9.0</VersionPrefix>
1313
<VersionSuffix></VersionSuffix>
1414
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
1515
<Version Condition=" '$(VersionSuffix)' == '' ">$(VersionPrefix)</Version>

RELEASE_NOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#### 0.9.0 - October 28 2021
2+
* Added Result codec and overload
3+
* Fix problem decoding null values into Options.
4+
* Fix parsing of floats for infinities and nan.
5+
* Fix parsing of Datetime when using newtonsoft.json
6+
17
#### 0.8.0 - May 17 2020
28
* Added System.Text.Json implementation
39
* Support for enums and all tuple sizes

0 commit comments

Comments
 (0)