File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff 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.2: 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
497501Final 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments