From 43ddeb5d7e6f9d604c8944145966d5d8490e5b7e Mon Sep 17 00:00:00 2001 From: Vlad Khorikov Date: Sun, 8 Sep 2024 08:34:31 -0400 Subject: [PATCH] version --- README.md | 4 +++- version.txt | 15 +++++++++------ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0b16ef44..63569173 100644 --- a/README.md +++ b/README.md @@ -633,6 +633,9 @@ dotnet add package CSharpFunctionalExtensions.Analyzers A big thanks to the project contributors! +- [Marcin Jahn](https://github.com/marcinjahn) +- [Jannes Kaspar-Müller](https://github.com/JKamue) +- [dbuckin1](https://github.com/dbuckin1) - [bothzoli](https://github.com/bothzoli) - [Pavel Zemlianikin](https://github.com/PNZeml) - [Simon Lang](https://github.com/redx177) @@ -681,7 +684,6 @@ A big thanks to the project contributors! - [Adrian Frielinghaus](https://github.com/freever) - [svroonland](https://github.com/svroonland) - [JvSSD](https://github.com/JvSSD) -- [mnissl](https://github.com/mnissl) - [Vladimir Makaev](https://github.com/VladimirMakaev) - [Ben Smith](https://github.com/benprime) - [pedromtcosta](https://github.com/pedromtcosta) diff --git a/version.txt b/version.txt index eb974892..cfbec433 100644 --- a/version.txt +++ b/version.txt @@ -1,6 +1,9 @@ -2.42.5 -New features: -* # 547 Adding Maybe.ToUnitResult - -Fixed issues: -* None \ No newline at end of file +3.0.0 +What's new: +* #552 Separate comparable types (breaking change) +* #554 Remove EOL .NET frameworks and obsolete methods (breaking change) +* #555 Add IError to the Result struct +* #558 GetValueOrDefault for Result +* #560 Add Result.Of methods +* #561 Improve null handling of Maybe +* #563 Add async overloads of Maybe.Match