From ed16f42df60f95a5efddeb1ce3041c1003230741 Mon Sep 17 00:00:00 2001 From: Jimmy Byrd Date: Tue, 21 Nov 2023 21:38:41 -0500 Subject: [PATCH] Bump version to 0.10.0 ## [0.10.0] - 2023-11-21 ### Added - [IAsyncEnumerable support](https://github.com/TheAngryByrd/IcedTasks/pull/37) Credits @TheAngryByrd. --- CHANGELOG.md | 10 ++++++++-- src/IcedTasks/AssemblyInfo.fs | 20 ++++++++++---------- 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30d57df..cebe211 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,15 @@ 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.10.0] - 2023-11-21 + +### Added +- [IAsyncEnumerable support](https://github.com/TheAngryByrd/IcedTasks/pull/37) Credits @TheAngryByrd. + ## [0.9.2] - 2023-11-09 ### Fixed -- [Type Inference for CancellableTask](https://github.com/TheAngryByrd/IcedTasks/pull/36) +- [Type Inference for CancellableTask](https://github.com/TheAngryByrd/IcedTasks/pull/36) Credits @TheAngryByrd. ## [0.9.1] - 2023-11-07 @@ -270,7 +275,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.9.2...HEAD +[Unreleased]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.10.0...HEAD +[0.10.0]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.9.2...v0.10.0 [0.9.2]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.9.1...v0.9.2 [0.9.1]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.9.0...v0.9.1 [0.9.0]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.8.5...v0.9.0 diff --git a/src/IcedTasks/AssemblyInfo.fs b/src/IcedTasks/AssemblyInfo.fs index 36540f1..1430ef1 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.9.2" - let [] AssemblyMetadata_ReleaseDate = "2023-11-09T00:00:00.0000000-05:00" - let [] AssemblyFileVersion = "0.9.2" - let [] AssemblyInformationalVersion = "0.9.2" + let [] AssemblyVersion = "0.10.0" + let [] AssemblyMetadata_ReleaseDate = "2023-11-21T00:00:00.0000000-05:00" + let [] AssemblyFileVersion = "0.10.0" + let [] AssemblyInformationalVersion = "0.10.0" let [] AssemblyMetadata_ReleaseChannel = "release" - let [] AssemblyMetadata_GitHash = "5c745d01818227b2e645cbb9a6d23b859c2f80cb" + let [] AssemblyMetadata_GitHash = "1a2a4bef6ae206275604eb18cb939557ac5a43fd"