diff --git a/CHANGELOG.md b/CHANGELOG.md index 19dd1f3..648092f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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.11.4] - 2024-04-06 + +### Changed +- [Cleanup WhileAsync and other implementations](https://github.com/TheAngryByrd/IcedTasks/pull/44) - Credits @TheAngryByrd + ## [0.11.3] - 2024-02-07 ### Removed @@ -296,7 +301,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.11.3...HEAD +[Unreleased]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.11.4...HEAD +[0.11.4]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.11.3...v0.11.4 [0.11.3]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.11.2...v0.11.3 [0.11.2]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.11.0...v0.11.2 [0.11.1]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.11.0...v0.11.1 diff --git a/src/IcedTasks/AssemblyInfo.fs b/src/IcedTasks/AssemblyInfo.fs index 3097740..12358fd 100644 --- a/src/IcedTasks/AssemblyInfo.fs +++ b/src/IcedTasks/AssemblyInfo.fs @@ -4,20 +4,20 @@ open System.Reflection [] [] -[] -[] -[] -[] +[] +[] +[] +[] [] -[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "IcedTasks" let [] AssemblyProduct = "IcedTasks" - let [] AssemblyVersion = "0.11.3" - let [] AssemblyMetadata_ReleaseDate = "2024-02-07T00:00:00.0000000-05:00" - let [] AssemblyFileVersion = "0.11.3" - let [] AssemblyInformationalVersion = "0.11.3" + let [] AssemblyVersion = "0.11.4" + let [] AssemblyMetadata_ReleaseDate = "2024-04-06T00:00:00.0000000-04:00" + let [] AssemblyFileVersion = "0.11.4" + let [] AssemblyInformationalVersion = "0.11.4" let [] AssemblyMetadata_ReleaseChannel = "release" - let [] AssemblyMetadata_GitHash = "c060b79620398b21c742b0ea475c84f91d52c0ec" + let [] AssemblyMetadata_GitHash = "c78fd63b638839e545f3a0772b226b9d723cee3a"