Skip to content

Commit

Permalink
Release 3.1.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Jan 29, 2025
1 parent 7ef6d0a commit a87c89d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,17 @@ The `Unreleased` section name is replaced by the expected version of next releas
## [Unreleased]

### Added

- `MapBodies`: Enable contextual encoding of bodies [#127](https://github.com/jet/FsCodec/pull/127)

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

<a name="3.1.0"></a>
## [3.1.0] - rc.2: 2025-01-29

### Added

- `MapBodies`: Enable contextual encoding of bodies [#127](https://github.com/jet/FsCodec/pull/127)

<a name="3.0.3"></a>
## [3.0.3] - 2024-10-14

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

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

[Unreleased]: https://github.com/jet/FsCodec/compare/3.0.3...HEAD
[Unreleased]: https://github.com/jet/FsCodec/compare/3.1.0...HEAD
[3.1.0]: https://github.com/jet/FsCodec/compare/3.0.3...3.1.0
[3.0.3]: https://github.com/jet/FsCodec/compare/3.0.2...3.0.3
[3.0.2]: https://github.com/jet/FsCodec/compare/3.0.1...3.0.2
[3.0.1]: https://github.com/jet/FsCodec/compare/3.0.0...3.0.1
Expand Down
3 changes: 1 addition & 2 deletions src/FsCodec.Box/FsCodec.Box.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@

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

</Project>

0 comments on commit a87c89d

Please sign in to comment.