Skip to content

Commit 942f9d3

Browse files
committed
Bump version to 0.5.0-beta001
## [0.5.0-beta001] - 2022-12-08 ### Added - [Adds BindReturn/MergeSources to allow for parallel computations using and!](#16) Credits @TheAngryByrd
1 parent 580d10e commit 942f9d3

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.5.0-beta001] - 2022-12-08
9+
10+
### Added
11+
- [Adds BindReturn/MergeSources to allow for parallel computations using and!](https://github.com/TheAngryByrd/IcedTasks/pull/16) Credits @TheAngryByrd
12+
813
## [0.4.0] - 2022-12-01
914

1015
### Added
11-
- [Adds ValueTask and CancellableValueTask](https://github.com/TheAngryByrd/IcedTasks/pull/15)
16+
- [Adds ValueTask and CancellableValueTask](https://github.com/TheAngryByrd/IcedTasks/pull/15) Credits @TheAngryByrd
1217

1318
## [0.3.2] - 2022-11-30
1419

@@ -136,7 +141,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
136141
- Increased soeed and lowered memory usage of ColdTask and CancellableTask
137142
- Build for netstandard2.0 and netstandard2.1
138143

139-
[Unreleased]: https://github.com/TheAngryByrd/IcedTasks/compare/v0.4.0...HEAD
144+
[Unreleased]: https://github.com/TheAngryByrd/IcedTasks/compare/v0.5.0-beta001...HEAD
145+
[0.5.0-beta001]: https://github.com/TheAngryByrd/IcedTasks/compare/v0.4.0...v0.5.0-beta001
140146
[0.4.0]: https://github.com/TheAngryByrd/IcedTasks/compare/v0.3.2...v0.4.0
141147
[0.3.2]: https://github.com/TheAngryByrd/IcedTasks/compare/v0.3.1...v0.3.2
142148
[0.3.2-beta002]: https://github.com/TheAngryByrd/IcedTasks/compare/v0.3.1...v0.3.2-beta002

0 commit comments

Comments
 (0)