From 13eec50abc04d52ee60532195c5253cfb4635012 Mon Sep 17 00:00:00 2001 From: Spencer Farley <2847259+farlee2121@users.noreply.github.com> Date: Fri, 15 Mar 2024 10:26:32 -0500 Subject: [PATCH] Bump version to 10.2.0 --- RELEASE_NOTES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index fa73d436..997abc97 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,10 @@ + +### 10.2.0 - 2024-03-15 +* Add throwsAsync, throwsAsyncT, and throwsAsyncC (#469), thanks @jwosty +* Add Nullable<'t> helpers to Expect module (#478), thanks @bisen2 +* Add *testCaseTask functions (#483), thanks @ratsclub and @farlee2121 +* Support ValueTask and Async bindings in testTask expressions (#489), thanks @farlee2121 + ### 10.1.0 - 2023-06-26 * Add Theory Test Support #456, thanks @ratsclub * Loosen the FSharp.Core version requirement #458, thanks @farlee2121 and @JohnTheGr8