Skip to content

Commit 58f24ea

Browse files
committed
Release 3.0.3
1 parent d2b6f47 commit 58f24ea

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

CHANGELOG.md

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

1111
### Added
12+
### Changed
13+
### Removed
14+
### Fixed
1215

13-
- `TimelineEvent.ToString`: Render Unfold/Event state, EventType, Index [#123](https://github.com/jet/FsCodec/pull/123)
16+
<a name="3.0.3"></a>
17+
## [3.0.3] - 2024-10-14
18+
19+
### Added
20+
21+
- `TimelineEvent.ToString`: Render Unfold/Event state, EventType, Index [#123](https://github.com/jet/FsCodec/pull/123)
1422

1523
### Changed
1624

1725
- `SystemTextJson`: Dropped minimum `System.Text.Json` version to `6.0.10` per [CVE-2024-43485](https://github.com/advisories/GHSA-8g4q-xg66-9fp4) [#125](https://github.com/jet/FsCodec/pull/125)
1826

19-
### Removed
20-
### Fixed
21-
2227
<a name="3.0.2"></a>
2328
## [3.0.2] - 2024-7-11
2429

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

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

491-
[Unreleased]: https://github.com/jet/FsCodec/compare/3.0.2...HEAD
496+
[Unreleased]: https://github.com/jet/FsCodec/compare/3.0.3...HEAD
497+
[3.0.3]: https://github.com/jet/FsCodec/compare/3.0.2...3.0.3
492498
[3.0.2]: https://github.com/jet/FsCodec/compare/3.0.1...3.0.2
493499
[3.0.1]: https://github.com/jet/FsCodec/compare/3.0.0...3.0.1
494500
[3.0.0]: https://github.com/jet/FsCodec/compare/3.0.0-rc.18...3.0.0

0 commit comments

Comments
 (0)