From 9301abea2840a4e4fae2fd8785d792add5ec9b7c Mon Sep 17 00:00:00 2001 From: Jimmy Byrd Date: Wed, 8 May 2024 09:13:09 -0400 Subject: [PATCH] Bump version to 0.11.6 ## [0.11.6] - 2024-05-08 ### Fixed - [Pass CancellationToken from a cancellableTask to GetAsyncEnumerator](https://github.com/TheAngryByrd/IcedTasks/pull/48) - Credits @TheAngryByrd --- CHANGELOG.md | 8 +++++++- src/IcedTasks/AssemblyInfo.fs | 20 ++++++++++---------- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc2fe9a..5f8dc7f 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.6] - 2024-05-08 + +### Fixed +- [Pass CancellationToken from a cancellableTask to GetAsyncEnumerator](https://github.com/TheAngryByrd/IcedTasks/pull/48) - Credits @TheAngryByrd + ## [0.11.5] - 2024-04-22 ### Fixed @@ -306,7 +311,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.5...HEAD +[Unreleased]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.11.6...HEAD +[0.11.6]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.11.5...v0.11.6 [0.11.5]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.11.4...v0.11.5 [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 diff --git a/src/IcedTasks/AssemblyInfo.fs b/src/IcedTasks/AssemblyInfo.fs index 83cda7f..6f5333c 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.5" - let [] AssemblyMetadata_ReleaseDate = "2024-04-22T00:00:00.0000000-04:00" - let [] AssemblyFileVersion = "0.11.5" - let [] AssemblyInformationalVersion = "0.11.5" + let [] AssemblyVersion = "0.11.6" + let [] AssemblyMetadata_ReleaseDate = "2024-05-08T00:00:00.0000000-04:00" + let [] AssemblyFileVersion = "0.11.6" + let [] AssemblyInformationalVersion = "0.11.6" let [] AssemblyMetadata_ReleaseChannel = "release" - let [] AssemblyMetadata_GitHash = "e720a0e8984bb5808a0fdafda1c743615a119f28" + let [] AssemblyMetadata_GitHash = "c01c152f2dc6917194272694e9637b091e629d7b"