From 5e23b624ac23cf92d71cb6aabd04df49835b328c Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Dusseaut Date: Wed, 14 Apr 2021 18:10:04 +0200 Subject: [PATCH] Bump version to 0.2.1 ## [0.2.1] - 2021-04-14 ### Fixed * Internal ops that are not entrypoints call are ignored --- CHANGELOG.md | 5 +++-- src/TzWatch.Http/AssemblyInfo.fs | 16 ++++++++-------- src/TzWatch.Lib/AssemblyInfo.fs | 16 ++++++++-------- 3 files changed, 19 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54f762e..b94911a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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.2.1] - 2021-04-14 ### Fixed * Internal ops that are not entrypoints call are ignored @@ -39,7 +39,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release -[Unreleased]: https://github.com/bender-labs/tz-watch/compare/v0.2.0...HEAD +[Unreleased]: https://github.com/bender-labs/tz-watch/compare/v0.2.1...HEAD +[0.2.1]: https://github.com/bender-labs/tz-watch/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/bender-labs/tz-watch/compare/v0.1.1...v0.2.0 [0.1.1]: https://github.com/bender-labs/tz-watch/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/bender-labs/tz-watch/compare/v0.0.6...v0.1.0 diff --git a/src/TzWatch.Http/AssemblyInfo.fs b/src/TzWatch.Http/AssemblyInfo.fs index bb99d31..78a9695 100644 --- a/src/TzWatch.Http/AssemblyInfo.fs +++ b/src/TzWatch.Http/AssemblyInfo.fs @@ -4,20 +4,20 @@ open System.Reflection [] [] -[] +[] [] -[] -[] +[] +[] [] -[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "TzWatch.Http" let [] AssemblyProduct = "TzWatch" - let [] AssemblyVersion = "0.2.0" + let [] AssemblyVersion = "0.2.1" let [] AssemblyMetadata_ReleaseDate = "2021-04-14T00:00:00.0000000+02:00" - let [] AssemblyFileVersion = "0.2.0" - let [] AssemblyInformationalVersion = "0.2.0" + let [] AssemblyFileVersion = "0.2.1" + let [] AssemblyInformationalVersion = "0.2.1" let [] AssemblyMetadata_ReleaseChannel = "release" - let [] AssemblyMetadata_GitHash = "ca92b964f16f58ebfd3284bd476273a81b80afc9" + let [] AssemblyMetadata_GitHash = "c2ca8de7f380fac60778d2fc13c3700efc327e96" diff --git a/src/TzWatch.Lib/AssemblyInfo.fs b/src/TzWatch.Lib/AssemblyInfo.fs index f895ed8..925ac0a 100644 --- a/src/TzWatch.Lib/AssemblyInfo.fs +++ b/src/TzWatch.Lib/AssemblyInfo.fs @@ -4,20 +4,20 @@ open System.Reflection [] [] -[] +[] [] -[] -[] +[] +[] [] -[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "TzWatch.Lib" let [] AssemblyProduct = "TzWatch" - let [] AssemblyVersion = "0.2.0" + let [] AssemblyVersion = "0.2.1" let [] AssemblyMetadata_ReleaseDate = "2021-04-14T00:00:00.0000000+02:00" - let [] AssemblyFileVersion = "0.2.0" - let [] AssemblyInformationalVersion = "0.2.0" + let [] AssemblyFileVersion = "0.2.1" + let [] AssemblyInformationalVersion = "0.2.1" let [] AssemblyMetadata_ReleaseChannel = "release" - let [] AssemblyMetadata_GitHash = "ca92b964f16f58ebfd3284bd476273a81b80afc9" + let [] AssemblyMetadata_GitHash = "c2ca8de7f380fac60778d2fc13c3700efc327e96"