Skip to content

Commit dca7047

Browse files
committed
Update version to v0.3.0 and update release notes
1 parent 6054bd0 commit dca7047

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>0.2.2</Version>
3+
<Version>0.3.0</Version>
44
</PropertyGroup>
55
</Project>

release-notes.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
Release notes:
33

4-
0.3.0 (unreleased)
5-
- internal renames, improved doc comments, signature files for complex types, hide internal-only types, #111.
4+
0.3.0
5+
- internal renames, improved doc comments, signature files for complex types, hide internal-only types, fixes #112.
66
- adds support for static TaskLike, allowing the same let! and do! overloads that F# task supports, fixes #110.
77
- implements 'do!' for non-generic Task like with Task.Delay, fixes #43.
88
- adds support for 'for .. in ..' with task sequences in F# tasks and async, #75, #93 and #99 (with help from @theangrybyrd).

0 commit comments

Comments
 (0)