Skip to content

Commit

Permalink
Bump version to 0.3.2
Browse files Browse the repository at this point in the history
## [0.3.2] - 2021-05-29

### Fixed
* Auto release to github
  • Loading branch information
BodySplash committed May 29, 2021
1 parent eed0e98 commit 5d21312
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ 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).

## [Unreleased]
## [0.3.2] - 2021-05-29

### Fixed
* Auto release to github

Expand Down Expand Up @@ -44,7 +45,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added
- Initial release
[Unreleased]: https://github.com/bender-labs/nichelson/compare/v0.3.1...HEAD
[Unreleased]: https://github.com/bender-labs/nichelson/compare/v0.3.2...HEAD
[0.3.2]: https://github.com/bender-labs/nichelson/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/bender-labs/nichelson/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/bender-labs/nichelson/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/bender-labs/nichelson/compare/v0.1.1...v0.2.0
Expand Down
20 changes: 10 additions & 10 deletions src/Nichelson/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ open System.Reflection

[<assembly: AssemblyTitleAttribute("Nichelson")>]
[<assembly: AssemblyProductAttribute("Nichelson")>]
[<assembly: AssemblyVersionAttribute("0.3.1")>]
[<assembly: AssemblyMetadataAttribute("ReleaseDate","2021-04-20T00:00:00.0000000+02:00")>]
[<assembly: AssemblyFileVersionAttribute("0.3.1")>]
[<assembly: AssemblyInformationalVersionAttribute("0.3.1")>]
[<assembly: AssemblyVersionAttribute("0.3.2")>]
[<assembly: AssemblyMetadataAttribute("ReleaseDate","2021-05-29T00:00:00.0000000+02:00")>]
[<assembly: AssemblyFileVersionAttribute("0.3.2")>]
[<assembly: AssemblyInformationalVersionAttribute("0.3.2")>]
[<assembly: AssemblyMetadataAttribute("ReleaseChannel","release")>]
[<assembly: AssemblyMetadataAttribute("GitHash","ba05707692845cb8b62cc8999c8894a100c06775")>]
[<assembly: AssemblyMetadataAttribute("GitHash","eed0e9835da54e3570fa46e63f42f4f2039653b6")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "Nichelson"
let [<Literal>] AssemblyProduct = "Nichelson"
let [<Literal>] AssemblyVersion = "0.3.1"
let [<Literal>] AssemblyMetadata_ReleaseDate = "2021-04-20T00:00:00.0000000+02:00"
let [<Literal>] AssemblyFileVersion = "0.3.1"
let [<Literal>] AssemblyInformationalVersion = "0.3.1"
let [<Literal>] AssemblyVersion = "0.3.2"
let [<Literal>] AssemblyMetadata_ReleaseDate = "2021-05-29T00:00:00.0000000+02:00"
let [<Literal>] AssemblyFileVersion = "0.3.2"
let [<Literal>] AssemblyInformationalVersion = "0.3.2"
let [<Literal>] AssemblyMetadata_ReleaseChannel = "release"
let [<Literal>] AssemblyMetadata_GitHash = "ba05707692845cb8b62cc8999c8894a100c06775"
let [<Literal>] AssemblyMetadata_GitHash = "eed0e9835da54e3570fa46e63f42f4f2039653b6"

0 comments on commit 5d21312

Please sign in to comment.