Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Version.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>0.2.2</Version>
<Version>0.3.0</Version>
</PropertyGroup>
</Project>
4 changes: 2 additions & 2 deletions release-notes.txt
Original file line number Diff line number Diff line change
@@ -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).
Expand Down