Skip to content

Commit

Permalink
Release 3.0.0-rc.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Sep 6, 2022
1 parent dd205ba commit 06dc490
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ The `Unreleased` section name is replaced by the expected version of next releas

## [Unreleased]

### Added
### Changed
### Removed
### Fixed

<a name="3.0.0-rc.7"></a>
## [3.0.0-rc.7] - 2022-09-06

### Added

- `Core.EventData/TimelineEvent`: Exposed default ctors [#83](https:/jet/FsCodec/pull/83)
Expand All @@ -16,7 +24,6 @@ The `Unreleased` section name is replaced by the expected version of next releas

- `Codec.Create`: Made timestamp mandatory in low level `up` / `down` signature [#83](https:/jet/FsCodec/pull/83)

### Removed
### Fixed

- `EventData.Create`: restored defaulting of `EventId` to `Guid.NewGuid` broken in [#82](https:/jet/FsCodec/pull/82) [#83](https:/jet/FsCodec/pull/83)
Expand Down Expand Up @@ -319,7 +326,8 @@ Initial release based on merge of [Jet.JsonNet.Converters v0](https:

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

[Unreleased]: https:/jet/FsCodec/compare/3.0.0-rc.6...HEAD
[Unreleased]: https:/jet/FsCodec/compare/3.0.0-rc.7...HEAD
[3.0.0-rc.7]: https:/jet/FsCodec/compare/3.0.0-rc.6...3.0.0-rc.7
[3.0.0-rc.6]: https:/jet/FsCodec/compare/3.0.0-rc.5...3.0.0-rc.6
[3.0.0-rc.5]: https:/jet/FsCodec/compare/3.0.0-rc.4...3.0.0-rc.5
[3.0.0-rc.4]: https:/jet/FsCodec/compare/3.0.0-rc.3...3.0.0-rc.4
Expand Down

0 comments on commit 06dc490

Please sign in to comment.