From f408f31db07b3aebaf074dc9d267a90adf972463 Mon Sep 17 00:00:00 2001 From: Jimmy Byrd Date: Mon, 4 Mar 2024 09:39:05 -0500 Subject: [PATCH] Bump version to 0.3.0 ## [0.3.0] - 2024-03-04 ### Changed - [Update Microsoft.IO.RecyclableStreams to v3](https://github.com/TheAngryByrd/FSharp.Control.WebSockets/pull/10) thanks @ntwilson --- CHANGELOG.md | 8 +++++++- src/FSharp.Control.Websockets.TPL/AssemblyInfo.fs | 8 ++++---- src/FSharp.Control.Websockets/AssemblyInfo.fs | 8 ++++---- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f9ebf3..3a25668 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.3.0] - 2024-03-04 + +### Changed +- [Update Microsoft.IO.RecyclableStreams to v3](https://github.com/TheAngryByrd/FSharp.Control.WebSockets/pull/10) thanks @ntwilson + ## [0.3.0-beta001] - 2024-03-04 ### Changed @@ -52,7 +57,8 @@ First release ### Added - Initial Release -[Unreleased]: https://github.com/TheAngryByrd/FSharp.Control.WebSockets/compare/v0.3.0-beta001...HEAD +[Unreleased]: https://github.com/TheAngryByrd/FSharp.Control.WebSockets/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/TheAngryByrd/FSharp.Control.WebSockets/compare/v0.2.3...v0.3.0 [0.3.0-beta001]: https://github.com/TheAngryByrd/FSharp.Control.WebSockets/compare/v0.2.3...v0.3.0-beta001 [0.2.3]: https://github.com/TheAngryByrd/FSharp.Control.WebSockets/compare/v0.2.2...v0.2.3 [0.2.3-beta001]: https://github.com/TheAngryByrd/FSharp.Control.WebSockets/compare/v0.2.2...v0.2.3-beta001 diff --git a/src/FSharp.Control.Websockets.TPL/AssemblyInfo.fs b/src/FSharp.Control.Websockets.TPL/AssemblyInfo.fs index 4b7be8c..919bdaa 100644 --- a/src/FSharp.Control.Websockets.TPL/AssemblyInfo.fs +++ b/src/FSharp.Control.Websockets.TPL/AssemblyInfo.fs @@ -8,8 +8,8 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = @@ -19,5 +19,5 @@ module internal AssemblyVersionInformation = let [] AssemblyMetadata_ReleaseDate = "2024-03-04T00:00:00.0000000-05:00" let [] AssemblyFileVersion = "0.3.0" let [] AssemblyInformationalVersion = "0.3.0" - let [] AssemblyMetadata_ReleaseChannel = "beta" - let [] AssemblyMetadata_GitHash = "a044e34b203fe4e688f35a9986b6de71b8317768" + let [] AssemblyMetadata_ReleaseChannel = "release" + let [] AssemblyMetadata_GitHash = "d85c3ea1cd00dd10e74253b454f492a2f88ffe40" diff --git a/src/FSharp.Control.Websockets/AssemblyInfo.fs b/src/FSharp.Control.Websockets/AssemblyInfo.fs index 30a0d57..198edc7 100644 --- a/src/FSharp.Control.Websockets/AssemblyInfo.fs +++ b/src/FSharp.Control.Websockets/AssemblyInfo.fs @@ -8,8 +8,8 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = @@ -19,5 +19,5 @@ module internal AssemblyVersionInformation = let [] AssemblyMetadata_ReleaseDate = "2024-03-04T00:00:00.0000000-05:00" let [] AssemblyFileVersion = "0.3.0" let [] AssemblyInformationalVersion = "0.3.0" - let [] AssemblyMetadata_ReleaseChannel = "beta" - let [] AssemblyMetadata_GitHash = "a044e34b203fe4e688f35a9986b6de71b8317768" + let [] AssemblyMetadata_ReleaseChannel = "release" + let [] AssemblyMetadata_GitHash = "d85c3ea1cd00dd10e74253b454f492a2f88ffe40"