Skip to content

Commit 0726bb1

Browse files
committed
Release 3.0.0-rc.18
1 parent af3864b commit 0726bb1

1 file changed

Lines changed: 12 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,20 @@ The `Unreleased` section name is replaced by the expected version of next releas
99
## [Unreleased]
1010

1111
### Added
12-
13-
- `StringId, Comparable`: Base types for Strongly Typed Ids with string renditions [#116](https://github.com/jet/FsCodec/pull/116)
14-
- `NewtonsoftJson.StringIdConverter`: Converter for `StringId` [#116](https://github.com/jet/FsCodec/pull/116)
15-
- `SystemTextJson.StringIdConverter`: Converter for `StringId` [#116](https://github.com/jet/FsCodec/pull/116)
16-
- `SystemTextJson.StringIdOrDictionaryKeyConverter`: Converter for `StringId` that enables `Dictionary` values using a `StringId`-derived type as a key to be used as a JSON Object Key [#116](https://github.com/jet/FsCodec/pull/116)
17-
1812
### Changed
1913
### Removed
2014
### Fixed
2115

16+
<a name="3.0.0-rc.18"></a>
17+
## [3.0.0-rc.18] - 2024-3-4
18+
19+
### Added
20+
21+
- `StringId, Comparable`: Base types for Strongly Typed Ids with string renditions [#119](https://github.com/jet/FsCodec/pull/119)
22+
- `NewtonsoftJson.StringIdConverter`: Converter for `StringId` [#119](https://github.com/jet/FsCodec/pull/119)
23+
- `SystemTextJson.StringIdConverter`: Converter for `StringId` [#119](https://github.com/jet/FsCodec/pull/119)
24+
- `SystemTextJson.StringIdOrDictionaryKeyConverter`: Converter for `StringId` that enables `Dictionary` values using a `StringId`-derived type as a key to be used as a JSON Object Key [#116](https://github.com/jet/FsCodec/pull/119)
25+
2226
<a name="3.0.0-rc.17"></a>
2327
## [3.0.0-rc.17] - 2024-2-26
2428

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

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

462-
[Unreleased]: https://github.com/jet/FsCodec/compare/3.0.0-rc.17...HEAD
466+
[Unreleased]: https://github.com/jet/FsCodec/compare/3.0.0-rc.18...HEAD
467+
[3.0.0-rc.18]: https://github.com/jet/FsCodec/compare/3.0.0-rc.17...3.0.0-rc.18
463468
[3.0.0-rc.17]: https://github.com/jet/FsCodec/compare/3.0.0-rc.16...3.0.0-rc.17
464469
[3.0.0-rc.16]: https://github.com/jet/FsCodec/compare/3.0.0-rc.15...3.0.0-rc.16
465470
[3.0.0-rc.15]: https://github.com/jet/FsCodec/compare/3.0.0-rc.14...3.0.0-rc.15

0 commit comments

Comments
 (0)