From f6253d97f3b7cd00b5bfb4b685376b5ba44cb4c1 Mon Sep 17 00:00:00 2001 From: Jimmy Byrd Date: Wed, 10 Jan 2024 09:11:59 -0500 Subject: [PATCH] Bump version to 4.15.0 - [Added Option functions and Added Missing Documentation](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/246) Credits @1eyewonder --- RELEASE_NOTES.md | 4 +++- src/FsToolkit.ErrorHandling.AsyncSeq/AssemblyInfo.fs | 8 ++++---- src/FsToolkit.ErrorHandling.IcedTasks/AssemblyInfo.fs | 8 ++++---- src/FsToolkit.ErrorHandling.JobResult/AssemblyInfo.fs | 8 ++++---- src/FsToolkit.ErrorHandling.TaskResult/AssemblyInfo.fs | 8 ++++---- src/FsToolkit.ErrorHandling/AssemblyInfo.fs | 8 ++++---- .../AssemblyInfo.fs | 8 ++++---- .../AssemblyInfo.fs | 8 ++++---- .../AssemblyInfo.fs | 8 ++++---- .../AssemblyInfo.fs | 8 ++++---- tests/FsToolkit.ErrorHandling.Tests/AssemblyInfo.fs | 8 ++++---- 11 files changed, 43 insertions(+), 41 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c25ed905..9d2a3ccf 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,9 @@ +### 4.15.0 - January 10, 2024 +- [Added Option functions and Added Missing Documentation](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/246) Credits @1eyewonder + ### 4.14.0 - January 01, 2024 - [Added AsyncResult and TaskResult Helpers](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/245) Credits @1eyewonder - ### 4.13.0 - December 10, 2023 - [Add TaskResult.foldResult](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/242) Credits @Maxumka - [Add support voption to require function](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/243) Credits Credits @Maxumka diff --git a/src/FsToolkit.ErrorHandling.AsyncSeq/AssemblyInfo.fs b/src/FsToolkit.ErrorHandling.AsyncSeq/AssemblyInfo.fs index d6475b2c..b09d2aee 100644 --- a/src/FsToolkit.ErrorHandling.AsyncSeq/AssemblyInfo.fs +++ b/src/FsToolkit.ErrorHandling.AsyncSeq/AssemblyInfo.fs @@ -5,8 +5,8 @@ open System.Reflection [] [] [] -[] -[] +[] +[] [] do () @@ -14,6 +14,6 @@ module internal AssemblyVersionInformation = let [] AssemblyTitle = "FsToolkit.ErrorHandling.AsyncSeq" let [] AssemblyProduct = "FsToolkit.ErrorHandling" let [] AssemblyDescription = "FsToolkit.ErrorHandling is a utility library to work with the Result type in F#, and allows you to do clear, simple and powerful error handling." - let [] AssemblyVersion = "4.14.0" - let [] AssemblyFileVersion = "4.14.0" + let [] AssemblyVersion = "4.15.0" + let [] AssemblyFileVersion = "4.15.0" let [] AssemblyConfiguration = "Release" diff --git a/src/FsToolkit.ErrorHandling.IcedTasks/AssemblyInfo.fs b/src/FsToolkit.ErrorHandling.IcedTasks/AssemblyInfo.fs index 8f43c638..df957b61 100644 --- a/src/FsToolkit.ErrorHandling.IcedTasks/AssemblyInfo.fs +++ b/src/FsToolkit.ErrorHandling.IcedTasks/AssemblyInfo.fs @@ -5,8 +5,8 @@ open System.Reflection [] [] [] -[] -[] +[] +[] [] do () @@ -14,6 +14,6 @@ module internal AssemblyVersionInformation = let [] AssemblyTitle = "FsToolkit.ErrorHandling.IcedTasks" let [] AssemblyProduct = "FsToolkit.ErrorHandling" let [] AssemblyDescription = "FsToolkit.ErrorHandling is a utility library to work with the Result type in F#, and allows you to do clear, simple and powerful error handling." - let [] AssemblyVersion = "4.14.0" - let [] AssemblyFileVersion = "4.14.0" + let [] AssemblyVersion = "4.15.0" + let [] AssemblyFileVersion = "4.15.0" let [] AssemblyConfiguration = "Release" diff --git a/src/FsToolkit.ErrorHandling.JobResult/AssemblyInfo.fs b/src/FsToolkit.ErrorHandling.JobResult/AssemblyInfo.fs index 1d35728e..d16ca3d4 100644 --- a/src/FsToolkit.ErrorHandling.JobResult/AssemblyInfo.fs +++ b/src/FsToolkit.ErrorHandling.JobResult/AssemblyInfo.fs @@ -5,8 +5,8 @@ open System.Reflection [] [] [] -[] -[] +[] +[] [] do () @@ -14,6 +14,6 @@ module internal AssemblyVersionInformation = let [] AssemblyTitle = "FsToolkit.ErrorHandling.JobResult" let [] AssemblyProduct = "FsToolkit.ErrorHandling" let [] AssemblyDescription = "FsToolkit.ErrorHandling is a utility library to work with the Result type in F#, and allows you to do clear, simple and powerful error handling." - let [] AssemblyVersion = "4.14.0" - let [] AssemblyFileVersion = "4.14.0" + let [] AssemblyVersion = "4.15.0" + let [] AssemblyFileVersion = "4.15.0" let [] AssemblyConfiguration = "Release" diff --git a/src/FsToolkit.ErrorHandling.TaskResult/AssemblyInfo.fs b/src/FsToolkit.ErrorHandling.TaskResult/AssemblyInfo.fs index 956b374a..f67a3d61 100644 --- a/src/FsToolkit.ErrorHandling.TaskResult/AssemblyInfo.fs +++ b/src/FsToolkit.ErrorHandling.TaskResult/AssemblyInfo.fs @@ -5,8 +5,8 @@ open System.Reflection [] [] [] -[] -[] +[] +[] [] do () @@ -14,6 +14,6 @@ module internal AssemblyVersionInformation = let [] AssemblyTitle = "FsToolkit.ErrorHandling.TaskResult" let [] AssemblyProduct = "FsToolkit.ErrorHandling" let [] AssemblyDescription = "FsToolkit.ErrorHandling is a utility library to work with the Result type in F#, and allows you to do clear, simple and powerful error handling." - let [] AssemblyVersion = "4.14.0" - let [] AssemblyFileVersion = "4.14.0" + let [] AssemblyVersion = "4.15.0" + let [] AssemblyFileVersion = "4.15.0" let [] AssemblyConfiguration = "Release" diff --git a/src/FsToolkit.ErrorHandling/AssemblyInfo.fs b/src/FsToolkit.ErrorHandling/AssemblyInfo.fs index 81130bc7..3d037c20 100644 --- a/src/FsToolkit.ErrorHandling/AssemblyInfo.fs +++ b/src/FsToolkit.ErrorHandling/AssemblyInfo.fs @@ -5,8 +5,8 @@ open System.Reflection [] [] [] -[] -[] +[] +[] [] do () @@ -14,6 +14,6 @@ module internal AssemblyVersionInformation = let [] AssemblyTitle = "FsToolkit.ErrorHandling" let [] AssemblyProduct = "FsToolkit.ErrorHandling" let [] AssemblyDescription = "FsToolkit.ErrorHandling is a utility library to work with the Result type in F#, and allows you to do clear, simple and powerful error handling." - let [] AssemblyVersion = "4.14.0" - let [] AssemblyFileVersion = "4.14.0" + let [] AssemblyVersion = "4.15.0" + let [] AssemblyFileVersion = "4.15.0" let [] AssemblyConfiguration = "Release" diff --git a/tests/FsToolkit.ErrorHandling.AsyncSeq.Tests/AssemblyInfo.fs b/tests/FsToolkit.ErrorHandling.AsyncSeq.Tests/AssemblyInfo.fs index fb6ca803..fb6ed499 100644 --- a/tests/FsToolkit.ErrorHandling.AsyncSeq.Tests/AssemblyInfo.fs +++ b/tests/FsToolkit.ErrorHandling.AsyncSeq.Tests/AssemblyInfo.fs @@ -5,8 +5,8 @@ open System.Reflection [] [] [] -[] -[] +[] +[] [] do () @@ -14,6 +14,6 @@ module internal AssemblyVersionInformation = let [] AssemblyTitle = "FsToolkit.ErrorHandling.AsyncSeq.Tests" let [] AssemblyProduct = "FsToolkit.ErrorHandling" let [] AssemblyDescription = "FsToolkit.ErrorHandling is a utility library to work with the Result type in F#, and allows you to do clear, simple and powerful error handling." - let [] AssemblyVersion = "4.14.0" - let [] AssemblyFileVersion = "4.14.0" + let [] AssemblyVersion = "4.15.0" + let [] AssemblyFileVersion = "4.15.0" let [] AssemblyConfiguration = "Release" diff --git a/tests/FsToolkit.ErrorHandling.IcedTasks.Tests/AssemblyInfo.fs b/tests/FsToolkit.ErrorHandling.IcedTasks.Tests/AssemblyInfo.fs index 15c58cd6..d94571a3 100644 --- a/tests/FsToolkit.ErrorHandling.IcedTasks.Tests/AssemblyInfo.fs +++ b/tests/FsToolkit.ErrorHandling.IcedTasks.Tests/AssemblyInfo.fs @@ -5,8 +5,8 @@ open System.Reflection [] [] [] -[] -[] +[] +[] [] do () @@ -14,6 +14,6 @@ module internal AssemblyVersionInformation = let [] AssemblyTitle = "FsToolkit.ErrorHandling.IcedTasks.Tests" let [] AssemblyProduct = "FsToolkit.ErrorHandling" let [] AssemblyDescription = "FsToolkit.ErrorHandling is a utility library to work with the Result type in F#, and allows you to do clear, simple and powerful error handling." - let [] AssemblyVersion = "4.14.0" - let [] AssemblyFileVersion = "4.14.0" + let [] AssemblyVersion = "4.15.0" + let [] AssemblyFileVersion = "4.15.0" let [] AssemblyConfiguration = "Release" diff --git a/tests/FsToolkit.ErrorHandling.JobResult.Tests/AssemblyInfo.fs b/tests/FsToolkit.ErrorHandling.JobResult.Tests/AssemblyInfo.fs index d2e7cac3..87f3867e 100644 --- a/tests/FsToolkit.ErrorHandling.JobResult.Tests/AssemblyInfo.fs +++ b/tests/FsToolkit.ErrorHandling.JobResult.Tests/AssemblyInfo.fs @@ -5,8 +5,8 @@ open System.Reflection [] [] [] -[] -[] +[] +[] [] do () @@ -14,6 +14,6 @@ module internal AssemblyVersionInformation = let [] AssemblyTitle = "FsToolkit.ErrorHandling.JobResult.Tests" let [] AssemblyProduct = "FsToolkit.ErrorHandling" let [] AssemblyDescription = "FsToolkit.ErrorHandling is a utility library to work with the Result type in F#, and allows you to do clear, simple and powerful error handling." - let [] AssemblyVersion = "4.14.0" - let [] AssemblyFileVersion = "4.14.0" + let [] AssemblyVersion = "4.15.0" + let [] AssemblyFileVersion = "4.15.0" let [] AssemblyConfiguration = "Release" diff --git a/tests/FsToolkit.ErrorHandling.TaskResult.Tests/AssemblyInfo.fs b/tests/FsToolkit.ErrorHandling.TaskResult.Tests/AssemblyInfo.fs index 3e48af3e..56df150d 100644 --- a/tests/FsToolkit.ErrorHandling.TaskResult.Tests/AssemblyInfo.fs +++ b/tests/FsToolkit.ErrorHandling.TaskResult.Tests/AssemblyInfo.fs @@ -5,8 +5,8 @@ open System.Reflection [] [] [] -[] -[] +[] +[] [] do () @@ -14,6 +14,6 @@ module internal AssemblyVersionInformation = let [] AssemblyTitle = "FsToolkit.ErrorHandling.TaskResult.Tests" let [] AssemblyProduct = "FsToolkit.ErrorHandling" let [] AssemblyDescription = "FsToolkit.ErrorHandling is a utility library to work with the Result type in F#, and allows you to do clear, simple and powerful error handling." - let [] AssemblyVersion = "4.14.0" - let [] AssemblyFileVersion = "4.14.0" + let [] AssemblyVersion = "4.15.0" + let [] AssemblyFileVersion = "4.15.0" let [] AssemblyConfiguration = "Release" diff --git a/tests/FsToolkit.ErrorHandling.Tests/AssemblyInfo.fs b/tests/FsToolkit.ErrorHandling.Tests/AssemblyInfo.fs index 53458fa0..100c7836 100644 --- a/tests/FsToolkit.ErrorHandling.Tests/AssemblyInfo.fs +++ b/tests/FsToolkit.ErrorHandling.Tests/AssemblyInfo.fs @@ -5,8 +5,8 @@ open System.Reflection [] [] [] -[] -[] +[] +[] [] do () @@ -14,6 +14,6 @@ module internal AssemblyVersionInformation = let [] AssemblyTitle = "FsToolkit.ErrorHandling.Tests" let [] AssemblyProduct = "FsToolkit.ErrorHandling" let [] AssemblyDescription = "FsToolkit.ErrorHandling is a utility library to work with the Result type in F#, and allows you to do clear, simple and powerful error handling." - let [] AssemblyVersion = "4.14.0" - let [] AssemblyFileVersion = "4.14.0" + let [] AssemblyVersion = "4.15.0" + let [] AssemblyFileVersion = "4.15.0" let [] AssemblyConfiguration = "Release"