Skip to content

Commit

Permalink
Release 0.9.0 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
wallymathieu authored Oct 28, 2021
1 parent 448d3ad commit b55845b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<WarningLevel>3</WarningLevel>

<VersionPrefix>0.8.0</VersionPrefix>
<VersionPrefix>0.9.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
<Version Condition=" '$(VersionSuffix)' == '' ">$(VersionPrefix)</Version>
Expand Down
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#### 0.9.0 - October 28 2021
* Added Result codec and overload
* Fix problem decoding null values into Options.
* Fix parsing of floats for infinities and nan.
* Fix parsing of Datetime when using newtonsoft.json

#### 0.8.0 - May 17 2020
* Added System.Text.Json implementation
* Support for enums and all tuple sizes
Expand Down

0 comments on commit b55845b

Please sign in to comment.