Skip to content

Commit b48a161

Browse files
committed
Bump version to 0.6.0
## [0.6.0] - 2023-06-30 ### Added - [CancellableTask.whenAll/throttled/sequential](#23) Credits @TheAngryByrd
1 parent 7f1346d commit b48a161

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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.6.0] - 2023-06-30
9+
10+
### Added
11+
- [CancellableTask.whenAll/throttled/sequential](https://github.com/TheAngryByrd/IcedTasks/pull/23) Credits @TheAngryByrd
12+
813
## [0.6.0-beta001] - 2023-06-30
914

1015
### Added
@@ -191,7 +196,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
191196
- Increased soeed and lowered memory usage of ColdTask and CancellableTask
192197
- Build for netstandard2.0 and netstandard2.1
193198

194-
[Unreleased]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.6.0-beta001...HEAD
199+
[Unreleased]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.6.0...HEAD
200+
[0.6.0]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.5.4...v0.6.0
195201
[0.6.0-beta001]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.5.4...v0.6.0-beta001
196202
[0.5.4]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.5.3...v0.5.4
197203
[0.5.4-beta004]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.5.3...v0.5.4-beta004

0 commit comments

Comments
 (0)