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).