Skip to content

Commit

Permalink
Bump version to 3.0.0-alpha1.4
Browse files Browse the repository at this point in the history
## [3.0.0-alpha1.4] - 2024-04-17

### Added
- Raw queue
- Automatic synchronization removed

- MailboxProcessor replaced with custom agent on System.Threading.Channels.

### Fixed
- Raw float passing. (Issue #157)
- Channel synchronization.
  • Loading branch information
gsvgit committed Apr 17, 2024
1 parent dbac37e commit bb93118
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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.4] - 2024-04-17

### Added
- 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.3] - 2024-04-12

### Fixed
Expand Down Expand Up @@ -308,7 +320,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.3...HEAD
[Unreleased]: https://github.com/YaccConstructor/Brahma.FSharp/compare/v3.0.0-alpha1.4...HEAD
[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
[3.0.0-alpha1.1]: https://github.com/YaccConstructor/Brahma.FSharp/compare/v2.0.5...v3.0.0-alpha1.1
Expand Down

0 comments on commit bb93118

Please sign in to comment.