diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c1196e..11a54bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/src/Nichelson/AssemblyInfo.fs b/src/Nichelson/AssemblyInfo.fs index 7588a9e..9acb4b6 100644 --- a/src/Nichelson/AssemblyInfo.fs +++ b/src/Nichelson/AssemblyInfo.fs @@ -4,20 +4,20 @@ open System.Reflection [] [] -[] -[] -[] -[] +[] +[] +[] +[] [] -[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "Nichelson" let [] AssemblyProduct = "Nichelson" - let [] AssemblyVersion = "0.3.1" - let [] AssemblyMetadata_ReleaseDate = "2021-04-20T00:00:00.0000000+02:00" - let [] AssemblyFileVersion = "0.3.1" - let [] AssemblyInformationalVersion = "0.3.1" + let [] AssemblyVersion = "0.3.2" + let [] AssemblyMetadata_ReleaseDate = "2021-05-29T00:00:00.0000000+02:00" + let [] AssemblyFileVersion = "0.3.2" + let [] AssemblyInformationalVersion = "0.3.2" let [] AssemblyMetadata_ReleaseChannel = "release" - let [] AssemblyMetadata_GitHash = "ba05707692845cb8b62cc8999c8894a100c06775" + let [] AssemblyMetadata_GitHash = "eed0e9835da54e3570fa46e63f42f4f2039653b6"