Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
## [0.3.0] - 2024-03-04

### Changed
- [Update Microsoft.IO.RecyclableStreams to v3](#10) thanks @ntwilson
  • Loading branch information
TheAngryByrd committed Mar 4, 2024
1 parent d85c3ea commit f408f31
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions src/FSharp.Control.Websockets.TPL/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ open System.Reflection
[<assembly: AssemblyMetadataAttribute("ReleaseDate","2024-03-04T00:00:00.0000000-05:00")>]
[<assembly: AssemblyFileVersionAttribute("0.3.0")>]
[<assembly: AssemblyInformationalVersionAttribute("0.3.0")>]
[<assembly: AssemblyMetadataAttribute("ReleaseChannel","beta")>]
[<assembly: AssemblyMetadataAttribute("GitHash","a044e34b203fe4e688f35a9986b6de71b8317768")>]
[<assembly: AssemblyMetadataAttribute("ReleaseChannel","release")>]
[<assembly: AssemblyMetadataAttribute("GitHash","d85c3ea1cd00dd10e74253b454f492a2f88ffe40")>]
do ()

module internal AssemblyVersionInformation =
Expand All @@ -19,5 +19,5 @@ module internal AssemblyVersionInformation =
let [<Literal>] AssemblyMetadata_ReleaseDate = "2024-03-04T00:00:00.0000000-05:00"
let [<Literal>] AssemblyFileVersion = "0.3.0"
let [<Literal>] AssemblyInformationalVersion = "0.3.0"
let [<Literal>] AssemblyMetadata_ReleaseChannel = "beta"
let [<Literal>] AssemblyMetadata_GitHash = "a044e34b203fe4e688f35a9986b6de71b8317768"
let [<Literal>] AssemblyMetadata_ReleaseChannel = "release"
let [<Literal>] AssemblyMetadata_GitHash = "d85c3ea1cd00dd10e74253b454f492a2f88ffe40"
8 changes: 4 additions & 4 deletions src/FSharp.Control.Websockets/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ open System.Reflection
[<assembly: AssemblyMetadataAttribute("ReleaseDate","2024-03-04T00:00:00.0000000-05:00")>]
[<assembly: AssemblyFileVersionAttribute("0.3.0")>]
[<assembly: AssemblyInformationalVersionAttribute("0.3.0")>]
[<assembly: AssemblyMetadataAttribute("ReleaseChannel","beta")>]
[<assembly: AssemblyMetadataAttribute("GitHash","a044e34b203fe4e688f35a9986b6de71b8317768")>]
[<assembly: AssemblyMetadataAttribute("ReleaseChannel","release")>]
[<assembly: AssemblyMetadataAttribute("GitHash","d85c3ea1cd00dd10e74253b454f492a2f88ffe40")>]
do ()

module internal AssemblyVersionInformation =
Expand All @@ -19,5 +19,5 @@ module internal AssemblyVersionInformation =
let [<Literal>] AssemblyMetadata_ReleaseDate = "2024-03-04T00:00:00.0000000-05:00"
let [<Literal>] AssemblyFileVersion = "0.3.0"
let [<Literal>] AssemblyInformationalVersion = "0.3.0"
let [<Literal>] AssemblyMetadata_ReleaseChannel = "beta"
let [<Literal>] AssemblyMetadata_GitHash = "a044e34b203fe4e688f35a9986b6de71b8317768"
let [<Literal>] AssemblyMetadata_ReleaseChannel = "release"
let [<Literal>] AssemblyMetadata_GitHash = "d85c3ea1cd00dd10e74253b454f492a2f88ffe40"

0 comments on commit f408f31

Please sign in to comment.