From 0d8259f4b32a77c2f4d6e44d128c908b161a59a1 Mon Sep 17 00:00:00 2001 From: Vlad Khorikov Date: Mon, 18 Nov 2024 10:36:59 -0500 Subject: [PATCH] version --- README.md | 1 + version.txt | 7 +++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 46c0ca43..e90985eb 100644 --- a/README.md +++ b/README.md @@ -633,6 +633,7 @@ dotnet add package CSharpFunctionalExtensions.Analyzers A big thanks to the project contributors! +- [Chris C](https://github.com/ToInvertedResult) - [Marcin Jahn](https://github.com/marcinjahn) - [Jannes Kaspar-Müller](https://github.com/JKamue) - [dbuckin1](https://github.com/dbuckin1) diff --git a/version.txt b/version.txt index 997e8310..8719e267 100644 --- a/version.txt +++ b/version.txt @@ -1,5 +1,4 @@ -3.1.0 +3.2.0 Updates: -* #565 Add allocation-free Maybe.Bind overload -* #569 Add async & func overloads for Maybe.From -* Nullability handling improvements in Maybe +* #567 Select overload for Result to use in LINQ +* #579 allocation-free overloads of Maybe.Match