Skip to content

Commit

Permalink
Update version to v0.3.0 and update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
abelbraaksma committed Nov 28, 2022
1 parent 6054bd0 commit dca7047
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

1 comment on commit dca7047

@abelbraaksma
Copy link
Member Author

@abelbraaksma abelbraaksma commented on dca7047 Mar 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This triggered the release of a new version:

If you find any bugs in this release, test them with the most recent release of TaskSeq first. If the issue persists, please report them as issue, or create a PR.

Latest

Nuget

Please sign in to comment.