Skip to content

Commit 84f9a5c

Browse files
authored
Merge pull request #341 from fsprojects/v1
Release version 1.0.0
2 parents ebccf1d + a7138bc commit 84f9a5c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
33
<!-- updating this version will trigger a publish after merge to 'main' -->
4-
<Version>0.6.0</Version>
4+
<Version>1.0.0</Version>
55
</PropertyGroup>
66
</Project>

release-notes.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11

22
Release notes:
33

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

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

0 commit comments

Comments
 (0)