Skip to content

Commit

Permalink
Bump version to 0.3.2
Browse files Browse the repository at this point in the history
## [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
  • Loading branch information
TheAngryByrd committed Dec 1, 2022
1 parent 52fe138 commit 9386665
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.2-beta002] - 2022-11-30
## [0.3.2] - 2022-11-30

### Changed

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

## [0.3.2-beta002] - 2022-11-30

### Changed

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

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

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

[Unreleased]: https://github.com/TheAngryByrd/IcedTasks/compare/v0.3.2-beta002...HEAD
[Unreleased]: https://github.com/TheAngryByrd/IcedTasks/compare/v0.3.2...HEAD
[0.3.2]: https://github.com/TheAngryByrd/IcedTasks/compare/v0.3.1...v0.3.2
[0.3.2-beta002]: https://github.com/TheAngryByrd/IcedTasks/compare/v0.3.1...v0.3.2-beta002
[0.3.2-beta001]: https://github.com/TheAngryByrd/IcedTasks/compare/v0.3.1...v0.3.2-beta001
[0.3.1]: https://github.com/TheAngryByrd/IcedTasks/compare/v0.3.0...v0.3.1
Expand Down

0 comments on commit 9386665

Please sign in to comment.