Skip to content

Commit 8ddaf27

Browse files
committed
Release 3.0.0-rc.16
1 parent 6422a04 commit 8ddaf27

2 files changed

Lines changed: 12 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ The `Unreleased` section name is replaced by the expected version of next releas
88

99
## [Unreleased]
1010

11+
### Added
12+
### Changed
13+
### Removed
14+
### Fixed
15+
16+
<a name="3.0.0-rc.16"></a>
17+
## [3.0.0-rc.16] - 2024-1-27
18+
1119
### Added
1220

1321
- Exposed low level Codec.Create overload for infrastructure use
@@ -16,9 +24,6 @@ The `Unreleased` section name is replaced by the expected version of next releas
1624

1725
- `BREAKING: JsonPickler/JsonIsomorphism/UnionConverter`: Reduced greediness of `Type` matching (only honors tags placed on the type being serialized, not parents) [#113](https://github.com/jet/FsCodec/pull/113)
1826

19-
### Removed
20-
### Fixed
21-
2227
<a name="3.0.0-rc.15"></a>
2328
## [3.0.0-rc.15] - 2023-12-15
2429

@@ -436,7 +441,8 @@ Initial release based on merge of [Jet.JsonNet.Converters v0](https://github.com
436441

437442
Final release of Jet.JsonNet.Converters archived on [v0 branch](https://github.com/jet/FsCodec/tree/v0)
438443

439-
[Unreleased]: https://github.com/jet/FsCodec/compare/3.0.0-rc.15...HEAD
444+
[Unreleased]: https://github.com/jet/FsCodec/compare/3.0.0-rc.16...HEAD
445+
[3.0.0-rc.16]: https://github.com/jet/FsCodec/compare/3.0.0-rc.15...3.0.0-rc.16
440446
[3.0.0-rc.15]: https://github.com/jet/FsCodec/compare/3.0.0-rc.14...3.0.0-rc.15
441447
[3.0.0-rc.14]: https://github.com/jet/FsCodec/compare/3.0.0-rc.13...3.0.0-rc.14
442448
[3.0.0-rc.14]: https://github.com/jet/FsCodec/compare/3.0.0-rc.13...3.0.0-rc.14

Directory.Build.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66
<PackageProjectUrl>https://github.com/jet/FsCodec</PackageProjectUrl>
77
<PackageTags>fsharp unionconverter eventcodec JsonPickler JsonIsomorphism UnionConverter json converters typeshape</PackageTags>
88
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
9-
<Copyright>Copyright © 2016-23</Copyright>
9+
<Copyright>Copyright © 2016-24</Copyright>
1010

1111
<!-- Global Project config flags -->
1212
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
1313
<WarningLevel>5</WarningLevel>
14+
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1415
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1516
</PropertyGroup>
1617
<ItemGroup>

0 commit comments

Comments
 (0)