From e5c4b9be6c915b61ab74ab2848350e65d7c56aa8 Mon Sep 17 00:00:00 2001 From: Ruben Bartelink Date: Mon, 26 Feb 2024 11:14:18 +0000 Subject: [PATCH] Release 3.0.0-rc.17 --- CHANGELOG.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbf11f0..a4fd175 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,12 +8,18 @@ The `Unreleased` section name is replaced by the expected version of next releas ## [Unreleased] +### Added +### Changed +### Removed +### Fixed + + +## [3.0.0-rc.17] - 2024-2-26 + ### Added - `TypeSafeEnum.caseValues<'t>`: Yields all values of a union (that is a `TypeSafeEnum`) [#115](https://github.com/jet/FsCodec/pull/115) -### Changed -### Removed ### Fixed - `NewtonsoftJson`: Upped `RecyclableMemoryStream` to [`>= 3.0.0` to handle breaking change in `GetStream` return type]( @@ -447,7 +453,8 @@ Initial release based on merge of [Jet.JsonNet.Converters v0](https://github.com Final release of Jet.JsonNet.Converters archived on [v0 branch](https://github.com/jet/FsCodec/tree/v0) -[Unreleased]: https://github.com/jet/FsCodec/compare/3.0.0-rc.16...HEAD +[Unreleased]: https://github.com/jet/FsCodec/compare/3.0.0-rc.17...HEAD +[3.0.0-rc.17]: https://github.com/jet/FsCodec/compare/3.0.0-rc.16...3.0.0-rc.17 [3.0.0-rc.16]: https://github.com/jet/FsCodec/compare/3.0.0-rc.15...3.0.0-rc.16 [3.0.0-rc.15]: https://github.com/jet/FsCodec/compare/3.0.0-rc.14...3.0.0-rc.15 [3.0.0-rc.14]: https://github.com/jet/FsCodec/compare/3.0.0-rc.13...3.0.0-rc.14