Skip to content

Commit

Permalink
Release v5
Browse files Browse the repository at this point in the history
  • Loading branch information
MangelMaxime committed Oct 15, 2020
1 parent 984bbc7 commit 35402a9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
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

## 5.0.0 - 2020-10-15

### Fixed

* PR #39: optionalAt now returns `Ok None` even when the path does not exist (by @rommsen)

## 4.0.0 - 2020-03-04

### Changed
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "3.1.101",
"version": "3.1.100",
"rollForward": "latestFeature"
}
}
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>4.0.0</Version>
<Version>5.0.0</Version>
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net46</TargetFrameworks>
Expand Down

0 comments on commit 35402a9

Please sign in to comment.