From f1bdcf6b2b3dfde38dcdcb61072f95a15e9260f8 Mon Sep 17 00:00:00 2001 From: Grzegorz Dziadkiewicz Date: Sat, 22 Feb 2025 11:35:11 +0100 Subject: [PATCH] Release 3.3.0 --- RELEASE_NOTES.md | 7 +++++++ src/Directory.Build.props | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a5fd696a..f37a0b1b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,10 @@ +### 3.3.0 - 22.02.2025 +* Switch `Validation` to `Result` and mark `Choice` based `Validation` as obsolete - https://github.com/fsprojects/FSharpx.Extras/pull/440 +* Test on net9 and update infra - https://github.com/fsprojects/FSharpx.Extras/pull/441 + +### 3.2.1 - 27.07.2024 +* Fix FSharpx.Extras v3.2.0 breaks compilation - https://github.com/fsprojects/FSharpx.Extras/issues/436 + ### 3.2.0 - 09.07.2024 * Remove net452 support and update test targets * Faster and less-memory-consuming niceName - https://github.com/fsprojects/FSharpx.Extras/pull/434 diff --git a/src/Directory.Build.props b/src/Directory.Build.props index c8641056..64d7b3a9 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -1,7 +1,7 @@  - 3.2.1 + 3.3.0 Steffen Forkmann and others Steffen Forkmann and others https://fsprojects.github.io/FSharpx.Extras @@ -10,7 +10,7 @@ Unlicense Unlicense false - Copyright 2022 + Copyright 2025 fsharpx fsharp FSharpx.Extras implements general functional constructs on top of the F# core library. Its main target is F# but it aims to be compatible with all .NET languages wherever possible. FSharpx.Extras implements general functional constructs on top of the F# core library. Its main target is F# but it aims to be compatible with all .NET languages wherever possible.