Skip to content

Commit 43fed99

Browse files
committed
Bump version to 0.4.0
## [0.4.0] - 2022-12-01 ### Added - [Adds ValueTask and CancellableValueTask](#15)
1 parent 50549f2 commit 43fed99

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.4.0] - 2022-12-01
9+
10+
### Added
11+
- [Adds ValueTask and CancellableValueTask](https://github.com/TheAngryByrd/IcedTasks/pull/15)
12+
813
## [0.3.2] - 2022-11-30
914

1015
### Changed
@@ -131,7 +136,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
131136
- Increased soeed and lowered memory usage of ColdTask and CancellableTask
132137
- Build for netstandard2.0 and netstandard2.1
133138

134-
[Unreleased]: https://github.com/TheAngryByrd/IcedTasks/compare/v0.3.2...HEAD
139+
[Unreleased]: https://github.com/TheAngryByrd/IcedTasks/compare/v0.4.0...HEAD
140+
[0.4.0]: https://github.com/TheAngryByrd/IcedTasks/compare/v0.3.2...v0.4.0
135141
[0.3.2]: https://github.com/TheAngryByrd/IcedTasks/compare/v0.3.1...v0.3.2
136142
[0.3.2-beta002]: https://github.com/TheAngryByrd/IcedTasks/compare/v0.3.1...v0.3.2-beta002
137143
[0.3.2-beta001]: https://github.com/TheAngryByrd/IcedTasks/compare/v0.3.1...v0.3.2-beta001

0 commit comments

Comments
 (0)