Skip to content

Commit

Permalink
Bump version to 0.3.1
Browse files Browse the repository at this point in the history
## [0.3.1] - 2021-04-20

### Fixed
* Proper pack of lists outside of pairs
  • Loading branch information
BodySplash committed Apr 20, 2021
1 parent ba05707 commit 00b780b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 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] - 2021-04-20
## [0.3.1] - 2021-04-20

### Fixed
* Proper pack of lists outside of pairs

Expand Down Expand Up @@ -39,7 +40,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.0...HEAD
[Unreleased]: https://github.com/bender-labs/nichelson/compare/v0.3.1...HEAD
[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
[0.1.1]: https://github.com/bender-labs/nichelson/compare/v0.1.0...v0.1.1
Expand Down
16 changes: 8 additions & 8 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.0")>]
[<assembly: AssemblyVersionAttribute("0.3.1")>]
[<assembly: AssemblyMetadataAttribute("ReleaseDate","2021-04-20T00:00:00.0000000+02:00")>]
[<assembly: AssemblyFileVersionAttribute("0.3.0")>]
[<assembly: AssemblyInformationalVersionAttribute("0.3.0")>]
[<assembly: AssemblyFileVersionAttribute("0.3.1")>]
[<assembly: AssemblyInformationalVersionAttribute("0.3.1")>]
[<assembly: AssemblyMetadataAttribute("ReleaseChannel","release")>]
[<assembly: AssemblyMetadataAttribute("GitHash","ea0df5cdba31beca265a641b11e5f5f134f2672a")>]
[<assembly: AssemblyMetadataAttribute("GitHash","ba05707692845cb8b62cc8999c8894a100c06775")>]
do ()

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

0 comments on commit 00b780b

Please sign in to comment.