Skip to content

Commit

Permalink
Release version 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MangelMaxime committed Sep 12, 2021
1 parent 82abb74 commit d80107a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 6.0.0 - 2020-10-15

* PR #44: Port API change from Thoth.Json [v6.0.0] Expose the helpers module so it can be used for custom decoders (by @weslenng)
* PR #43: Port API change from Thoth.Json [v5.1.0] Improve tree shaking for longs (by @weslenng)
* Fix #30: Fix Decode.Auto support for StringEnum

## 5.0.0 - 2020-10-15

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/Thoth.Json.Net.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<RepositoryUrl>https://github.com/thoth-org/Thoth.Json.Net</RepositoryUrl>
<PackageTags>fsharp;json</PackageTags>
<Authors>Maxime Mangel</Authors>
<Version>5.0.0</Version>
<Version>6.0.0</Version>
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net46</TargetFrameworks>
Expand Down

0 comments on commit d80107a

Please sign in to comment.