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