From dca70479ae6df8c101289b4a33873750d9ef3ecd Mon Sep 17 00:00:00 2001 From: Abel Braaksma Date: Mon, 28 Nov 2022 04:13:50 +0100 Subject: [PATCH] Update version to v0.3.0 and update release notes --- Version.props | 2 +- release-notes.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Version.props b/Version.props index 7f8337f7..9c576a91 100644 --- a/Version.props +++ b/Version.props @@ -1,5 +1,5 @@ - 0.2.2 + 0.3.0 \ No newline at end of file diff --git a/release-notes.txt b/release-notes.txt index 1b5a945f..d80f41d1 100644 --- a/release-notes.txt +++ b/release-notes.txt @@ -1,8 +1,8 @@ Release notes: -0.3.0 (unreleased) - - internal renames, improved doc comments, signature files for complex types, hide internal-only types, #111. +0.3.0 + - internal renames, improved doc comments, signature files for complex types, hide internal-only types, fixes #112. - adds support for static TaskLike, allowing the same let! and do! overloads that F# task supports, fixes #110. - implements 'do!' for non-generic Task like with Task.Delay, fixes #43. - adds support for 'for .. in ..' with task sequences in F# tasks and async, #75, #93 and #99 (with help from @theangrybyrd).