Skip to content

Commit e48eb57

Browse files
author
Maxime Mangel
committed
Release new version
1 parent b17eb3a commit e48eb57

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9+
## 7.0.0 - 2022-01-05
10+
911
### Changed
1012

1113
* BREAKING CHANGE: Represent `sbyte` using number instead of string.
1214
* BREAKING CHANGE: Represent `byte` using number instead of string.
1315
* BREAKING CHANGE: Represent `int16` using number instead of string.
1416
* BREAKING CHANGE: Represent `uint16` using number instead of string.
1517

16-
1718
## 6.0.0 - 2021-07-06
1819

1920
### Added

src/Thoth.Json.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ If you are interested on using it against .NET Core or .NET Framework, please us
1111
<RepositoryUrl>https://github.com/thoth-org/Thoth.Json</RepositoryUrl>
1212
<PackageTags>fable;fsharp;json</PackageTags>
1313
<Authors>Maxime Mangel</Authors>
14-
<Version>6.0.0</Version>
14+
<Version>7.0.0</Version>
1515
</PropertyGroup>
1616
<PropertyGroup>
1717
<TargetFramework>netstandard2.0</TargetFramework>

0 commit comments

Comments
 (0)