Skip to content

Commit df356d1

Browse files
committed
Release 3.1.0-rc.1
1 parent 7ef6d0a commit df356d1

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

CHANGELOG.md

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

1111
### Added
12-
13-
- `MapBodies`: Enable contextual encoding of bodies [#127](https://github.com/jet/FsCodec/pull/127)
14-
1512
### Changed
1613
### Removed
1714
### Fixed
1815

16+
<a name="3.1.0"></a>
17+
## [3.1.0] - rc.1: 2025-01-29
18+
19+
### Added
20+
21+
- `MapBodies`: Enable contextual encoding of bodies [#127](https://github.com/jet/FsCodec/pull/127)
22+
1923
<a name="3.0.3"></a>
2024
## [3.0.3] - 2024-10-14
2125

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

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

499-
[Unreleased]: https://github.com/jet/FsCodec/compare/3.0.3...HEAD
503+
[Unreleased]: https://github.com/jet/FsCodec/compare/3.1.0...HEAD
504+
[3.1.0]: https://github.com/jet/FsCodec/compare/3.0.3...3.1.0
500505
[3.0.3]: https://github.com/jet/FsCodec/compare/3.0.2...3.0.3
501506
[3.0.2]: https://github.com/jet/FsCodec/compare/3.0.1...3.0.2
502507
[3.0.1]: https://github.com/jet/FsCodec/compare/3.0.0...3.0.1

src/FsCodec.Box/FsCodec.Box.fsproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424

2525
<ItemGroup>
2626
<ProjectReference Condition=" '$(Configuration)' == 'Debug' " Include="../FsCodec/FsCodec.fsproj" />
27-
<!-- TODO if taking a dependency on 3.1, the impl should switch to EventCodec.mapBodies, and EventCodec.Map should be Obsoleted -->
28-
<PackageReference Condition=" '$(Configuration)' == 'Release' " Include="FsCodec" Version="[3.0.0, 4.0.0)" />
27+
<PackageReference Condition=" '$(Configuration)' == 'Release' " Include="FsCodec" Version="[3.1.0-rc.1, 4.0.0)" />
2928
</ItemGroup>
3029

3130
</Project>

0 commit comments

Comments
 (0)