Skip to content

Commit 9386665

Browse files
committed
Bump version to 0.3.2
## [0.3.2] - 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
1 parent 52fe138 commit 9386665

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +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.3.2-beta002] - 2022-11-30
8+
## [0.3.2] - 2022-11-30
99

1010
### Changed
11-
1211
- [Refactor Binds to Source members](https://github.com/TheAngryByrd/IcedTasks/pull/12) Credits @TheAngryByrd
1312
- [Expand TFMs to netstandard2.0 and 2.1](https://github.com/TheAngryByrd/IcedTasks/pull/13) Credits @TheAngryByrd
1413
- [InlineIfLambda was just adding compile time without benefit](https://github.com/TheAngryByrd/IcedTasks/pull/14) Credits @TheAngryByrd
1514

15+
## [0.3.2-beta002] - 2022-11-30
16+
17+
### Changed
18+
1619
- [Refactor Binds to Source members](https://github.com/TheAngryByrd/IcedTasks/pull/12) Credits @TheAngryByrd
20+
- [Expand TFMs to netstandard2.0 and 2.1](https://github.com/TheAngryByrd/IcedTasks/pull/13) Credits @TheAngryByrd
21+
- [InlineIfLambda was just adding compile time without benefit](https://github.com/TheAngryByrd/IcedTasks/pull/14) Credits @TheAngryByrd
1722

1823
## [0.3.2-beta001] - 2022-11-30
1924

@@ -126,7 +131,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
126131
- Increased soeed and lowered memory usage of ColdTask and CancellableTask
127132
- Build for netstandard2.0 and netstandard2.1
128133

129-
[Unreleased]: https://github.com/TheAngryByrd/IcedTasks/compare/v0.3.2-beta002...HEAD
134+
[Unreleased]: https://github.com/TheAngryByrd/IcedTasks/compare/v0.3.2...HEAD
135+
[0.3.2]: https://github.com/TheAngryByrd/IcedTasks/compare/v0.3.1...v0.3.2
130136
[0.3.2-beta002]: https://github.com/TheAngryByrd/IcedTasks/compare/v0.3.1...v0.3.2-beta002
131137
[0.3.2-beta001]: https://github.com/TheAngryByrd/IcedTasks/compare/v0.3.1...v0.3.2-beta001
132138
[0.3.1]: https://github.com/TheAngryByrd/IcedTasks/compare/v0.3.0...v0.3.1

0 commit comments

Comments
 (0)