Skip to content

Commit 4048751

Browse files
committed
Bump version to 0.3.0-beta004
## [0.3.0-beta004] - 2022-11-07 ### Fixed - [Verifies upstream F# fix for task resumption code](#8) ### Changed - [Updates to F# 7](#8)
1 parent 06094ad commit 4048751

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.3.0-beta004] - 2022-11-07
9+
10+
### Fixed
11+
- [Verifies upstream F# fix for task resumption code](https://github.com/TheAngryByrd/IcedTasks/issues/8)
12+
13+
### Changed
14+
- [Updates to F# 7](https://github.com/TheAngryByrd/IcedTasks/issues/8)
15+
816
## [0.3.0-beta003] - 2022-11-07
917

1018
### Fixed
@@ -56,7 +64,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5664
- Increased soeed and lowered memory usage of ColdTask and CancellableTask
5765
- Build for netstandard2.0 and netstandard2.1
5866

59-
[Unreleased]: https://github.com/TheAngryByrd/IcedTasks/compare/v0.3.0-beta003...HEAD
67+
[Unreleased]: https://github.com/TheAngryByrd/IcedTasks/compare/v0.3.0-beta004...HEAD
68+
[0.3.0-beta004]: https://github.com/TheAngryByrd/IcedTasks/compare/v0.2.0...v0.3.0-beta004
6069
[0.3.0-beta003]: https://github.com/TheAngryByrd/IcedTasks/compare/v0.2.0...v0.3.0-beta003
6170
[0.3.0-beta002]: https://github.com/TheAngryByrd/IcedTasks/compare/v0.2.0...v0.3.0-beta002
6271
[0.3.0-beta001]: https://github.com/TheAngryByrd/IcedTasks/compare/v0.2.0...v0.3.0-beta001

0 commit comments

Comments
 (0)