Skip to content

Commit

Permalink
Bump version to 3.0.0
Browse files Browse the repository at this point in the history
- [Fixing stackoverflows in large while loops](#182) Credits [@TheAngryByrd](https://github.com/TheAngryByrd)
- [Moves many functions to inline with InlineIfLambda for performance](#166) Credits [@TheAngryByrd](https://github.com/TheAngryByrd)
- [Native Tasks for TaskResult, TaskOption, and TaskResultOption](#169) Credits [@TheAngryByrd](https://github.com/TheAngryByrd)
- [Add explicit type parameters to ignore functions](#174) Credits [@cmeeren](https://github.com/cmeeren)
- [Adds CancellableTaskResult](#172) Credits [@TheAngryByrd](https://github.com/TheAngryByrd)
- [Fixes TaskResultCE breaking with a bind in branching such as if](#177)  Credits [@TheAngryByrd](https://github.com/TheAngryByrd)
  • Loading branch information
TheAngryByrd committed Oct 14, 2022
1 parent e8a13d9 commit 0c0bdde
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
### 3.0.0-beta008 - October 13, 2022
- [Fixing stackoverflows in large while loops](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/182) Credits [@TheAngryByrd](https://github.com/TheAngryByrd)
### 3.0.0-beta007. - April 15, 2022
### 3.0.0 - October 13, 2022

- [Fixing stackoverflows in large while loops](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/182) Credits [@TheAngryByrd](https://github.com/TheAngryByrd)
- [Moves many functions to inline with InlineIfLambda for performance](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/166) Credits [@TheAngryByrd](https://github.com/TheAngryByrd)
- [Native Tasks for TaskResult, TaskOption, and TaskResultOption](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/169) Credits [@TheAngryByrd](https://github.com/TheAngryByrd)
- [Add explicit type parameters to ignore functions](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/174) Credits [@cmeeren](https://github.com/cmeeren)
Expand Down

0 comments on commit 0c0bdde

Please sign in to comment.