From c09ced86bd7463424c9f0d35fa09db5408241b57 Mon Sep 17 00:00:00 2001 From: gsv Date: Wed, 17 Apr 2024 16:06:06 +0300 Subject: [PATCH] Bump version to 3.0.0-alpha1.5 ## [3.0.0-alpha1.5] - 2024-04-17 ### Added - Raw queue - Automatic synchronization removed - Raw queue - Automatic synchronization removed - MailboxProcessor replaced with custom agent on System.Threading.Channels. ### Fixed - Raw float passing. (Issue #157) - Channel synchronization. --- CHANGELOG.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d68d625..eef7218b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +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). +## [3.0.0-alpha1.5] - 2024-04-17 + +### Added +- Raw queue +- Automatic synchronization removed + +- Raw queue +- Automatic synchronization removed +- MailboxProcessor replaced with custom agent on System.Threading.Channels. + +### Fixed +- Raw float passing. (Issue #157) +- Channel synchronization. + ## [3.0.0-alpha1.4] - 2024-04-17 ### Added @@ -320,7 +334,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - FSharp.Core form NuGet - .NET 4.5 -[Unreleased]: https://github.com/YaccConstructor/Brahma.FSharp/compare/v3.0.0-alpha1.4...HEAD +[Unreleased]: https://github.com/YaccConstructor/Brahma.FSharp/compare/v3.0.0-alpha1.5...HEAD +[3.0.0-alpha1.5]: https://github.com/YaccConstructor/Brahma.FSharp/compare/v2.0.5...v3.0.0-alpha1.5 [3.0.0-alpha1.4]: https://github.com/YaccConstructor/Brahma.FSharp/compare/v2.0.5...v3.0.0-alpha1.4 [3.0.0-alpha1.3]: https://github.com/YaccConstructor/Brahma.FSharp/compare/v2.0.5...v3.0.0-alpha1.3 [3.0.0-alpha1.2]: https://github.com/YaccConstructor/Brahma.FSharp/compare/v2.0.5...v3.0.0-alpha1.2