Skip to content

Commit 2fdeb12

Browse files
committed
Bump version to 0.1.0-beta004
## [0.1.0-beta004] - 2022-03-06 ### Changed - Removes excess namespaces, adds baseline to benchmarks - Increased soeed and lowered memory usage of ColdTask and CancellableTask - Build for netstandard2.0 and netstandard2.1 - Build for netstandard2.0 and netstandard2.1 ### Added - Adds ColdTask and CancellableTask - Adds ColdTask and CancellableTask - Adds ColdTask and CancellableTask - Adds ColdTask and CancellableTask [Unreleased]: v0.1.0-beta003...HEAD [0.1.0-beta003]: https://github.com/TheAngryByrd/IcedTasks/releases/tag/v0.1.0-beta003 [0.1.0-beta002]: https://github.com/TheAngryByrd/IcedTasks/releases/tag/v0.1.0-beta002 [0.1.0-beta001]: https://github.com/TheAngryByrd/IcedTasks/releases/tag/v0.1.0-beta001
1 parent b809297 commit 2fdeb12

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

CHANGELOG.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ 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.1.0-beta004] - 2022-03-06
9+
10+
### Changed
11+
12+
- Removes excess namespaces, adds baseline to benchmarks
13+
- Increased soeed and lowered memory usage of ColdTask and CancellableTask
14+
- Build for netstandard2.0 and netstandard2.1
15+
- Build for netstandard2.0 and netstandard2.1
16+
17+
### Added
18+
- Adds ColdTask and CancellableTask
19+
- Adds ColdTask and CancellableTask
20+
- Adds ColdTask and CancellableTask
21+
- Adds ColdTask and CancellableTask
822
## [0.1.0-beta003] - 2022-03-06
923

1024
### Changed
@@ -15,9 +29,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1529
### Added
1630
- Adds ColdTask and CancellableTask
1731
- Adds ColdTask and CancellableTask
18-
[Unreleased]: https://github.com/TheAngryByrd/IcedTasks/compare/v0.1.0-beta002...HEAD
19-
[0.1.0-beta002]: https://github.com/TheAngryByrd/IcedTasks/releases/tag/v0.1.0-beta002
20-
[0.1.0-beta001]: https://github.com/TheAngryByrd/IcedTasks/releases/tag/v0.1.0-beta001
2132

2233
## [0.1.0-beta002] - 2022-03-06
2334

@@ -35,7 +46,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3546

3647
- Adds ColdTask and CancellableTask
3748

38-
[Unreleased]: https://github.com/TheAngryByrd/IcedTasks/compare/v0.1.0-beta003...HEAD
49+
[Unreleased]: https://github.com/TheAngryByrd/IcedTasks/compare/v0.1.0-beta004...HEAD
50+
[0.1.0-beta004]: https://github.com/TheAngryByrd/IcedTasks/releases/tag/v0.1.0-beta004
3951
[0.1.0-beta003]: https://github.com/TheAngryByrd/IcedTasks/releases/tag/v0.1.0-beta003
4052
[0.1.0-beta002]: https://github.com/TheAngryByrd/IcedTasks/releases/tag/v0.1.0-beta002
4153
[0.1.0-beta001]: https://github.com/TheAngryByrd/IcedTasks/releases/tag/v0.1.0-beta001

src/IcedTasks/AssemblyInfo.fs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ open System.Reflection
99
[<assembly: AssemblyFileVersionAttribute("0.1.0")>]
1010
[<assembly: AssemblyInformationalVersionAttribute("0.1.0")>]
1111
[<assembly: AssemblyMetadataAttribute("ReleaseChannel","beta")>]
12-
[<assembly: AssemblyMetadataAttribute("GitHash","c5402990e91bb976004cacd744c2522d1dba13b7")>]
12+
[<assembly: AssemblyMetadataAttribute("GitHash","b809297eae234f7efe2c7d26813312906a21ee7d")>]
1313
do ()
1414

1515
module internal AssemblyVersionInformation =
@@ -20,4 +20,4 @@ module internal AssemblyVersionInformation =
2020
let [<Literal>] AssemblyFileVersion = "0.1.0"
2121
let [<Literal>] AssemblyInformationalVersion = "0.1.0"
2222
let [<Literal>] AssemblyMetadata_ReleaseChannel = "beta"
23-
let [<Literal>] AssemblyMetadata_GitHash = "c5402990e91bb976004cacd744c2522d1dba13b7"
23+
let [<Literal>] AssemblyMetadata_GitHash = "b809297eae234f7efe2c7d26813312906a21ee7d"

0 commit comments

Comments
 (0)