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,6 +1,6 @@
<Project>
<PropertyGroup>
<!-- updating this version will trigger a publish after merge to 'main' -->
<Version>0.6.0</Version>
<Version>1.0.0</Version>
</PropertyGroup>
</Project>
4 changes: 3 additions & 1 deletion release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@

Release notes:

1.0.0
- adds TaskSeq.withCancellation, #167

0.7.0
- performance: TaskSeq.exists, existsAsync, contains no longer allocate an intermediate Option value
- test: adds 67 tests for TaskSeq.lengthOrMax (previously untested)
Expand All @@ -10,7 +13,6 @@ Release notes:
- adds TaskSeq.unfold and TaskSeq.unfoldAsync, #289
- adds TaskSeq.chunkBySize (closes #258) and TaskSeq.windowed, #289
- fixes: CancellationToken passed to GetAsyncEnumerator is now honored in MoveNextAsync, #179
- adds TaskSeq.withCancellation, #167

0.6.0
- fixes: async { for item in taskSeq do ... } no longer wraps exceptions in AggregateException, #129
Expand Down
Loading