Skip to content

Commit 52fe138

Browse files
committed
Bump version to 0.3.2-beta002
## [0.3.2-beta002] - 2022-11-30 ### Changed - [Refactor Binds to Source members](#12) Credits @TheAngryByrd - [Expand TFMs to netstandard2.0 and 2.1](#13) Credits @TheAngryByrd - [InlineIfLambda was just adding compile time without benefit](#14) Credits @TheAngryByrd - [Refactor Binds to Source members](#12) Credits @TheAngryByrd
1 parent 8a4a2af commit 52fe138

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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.2-beta002] - 2022-11-30
9+
10+
### Changed
11+
12+
- [Refactor Binds to Source members](https://github.com/TheAngryByrd/IcedTasks/pull/12) Credits @TheAngryByrd
13+
- [Expand TFMs to netstandard2.0 and 2.1](https://github.com/TheAngryByrd/IcedTasks/pull/13) Credits @TheAngryByrd
14+
- [InlineIfLambda was just adding compile time without benefit](https://github.com/TheAngryByrd/IcedTasks/pull/14) Credits @TheAngryByrd
15+
16+
- [Refactor Binds to Source members](https://github.com/TheAngryByrd/IcedTasks/pull/12) Credits @TheAngryByrd
17+
818
## [0.3.2-beta001] - 2022-11-30
919

1020
### Changed
@@ -116,7 +126,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
116126
- Increased soeed and lowered memory usage of ColdTask and CancellableTask
117127
- Build for netstandard2.0 and netstandard2.1
118128

119-
[Unreleased]: https://github.com/TheAngryByrd/IcedTasks/compare/v0.3.2-beta001...HEAD
129+
[Unreleased]: https://github.com/TheAngryByrd/IcedTasks/compare/v0.3.2-beta002...HEAD
130+
[0.3.2-beta002]: https://github.com/TheAngryByrd/IcedTasks/compare/v0.3.1...v0.3.2-beta002
120131
[0.3.2-beta001]: https://github.com/TheAngryByrd/IcedTasks/compare/v0.3.1...v0.3.2-beta001
121132
[0.3.1]: https://github.com/TheAngryByrd/IcedTasks/compare/v0.3.0...v0.3.1
122133
[0.3.1-beta002]: https://github.com/TheAngryByrd/IcedTasks/compare/v0.3.0...v0.3.1-beta002

0 commit comments

Comments
 (0)