From 6f73019283fe2e971d5d7f616d69da5f00b05fbc Mon Sep 17 00:00:00 2001 From: Jimmy Byrd Date: Fri, 27 Oct 2023 08:42:12 -0400 Subject: [PATCH] Bump version to 0.8.3 ## [0.8.3] - 2023-10-27 ### Fixed - [Dispose not occurring after cancellation](https://github.com/TheAngryByrd/IcedTasks/pull/30) 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 757a5e1..04eacd6 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.8.3] - 2023-10-27 + +### Fixed +- [Dispose not occurring after cancellation](https://github.com/TheAngryByrd/IcedTasks/pull/30) Credits @TheAngryByrd + ## [0.8.2] - 2023-10-22 ### Fixed @@ -234,7 +239,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.8.2...HEAD +[Unreleased]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.8.3...HEAD +[0.8.3]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.8.2...v0.8.3 [0.8.2]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.8.0...v0.8.2 [0.8.2-beta003]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.8.0...v0.8.2-beta003 [0.8.2-beta002]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.8.0...v0.8.2-beta002 diff --git a/src/IcedTasks/AssemblyInfo.fs b/src/IcedTasks/AssemblyInfo.fs index a83c7c5..9715596 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.8.2" - let [] AssemblyMetadata_ReleaseDate = "2023-10-22T00:00:00.0000000-04:00" - let [] AssemblyFileVersion = "0.8.2" - let [] AssemblyInformationalVersion = "0.8.2" + let [] AssemblyVersion = "0.8.3" + let [] AssemblyMetadata_ReleaseDate = "2023-10-27T00:00:00.0000000-04:00" + let [] AssemblyFileVersion = "0.8.3" + let [] AssemblyInformationalVersion = "0.8.3" let [] AssemblyMetadata_ReleaseChannel = "release" - let [] AssemblyMetadata_GitHash = "2a73a7a9816b6394c6941638844190de1e9a41f4" + let [] AssemblyMetadata_GitHash = "a8140b18c77b8aa5041ad2acc915c7897e5ee63c"