From 0b6fe35b543dce9591c44d1d476de77c5bcc6a03 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Dusseaut Date: Wed, 14 Apr 2021 17:48:43 +0200 Subject: [PATCH] Bump version to 0.2.0 ## [0.2.0] - 2021-04-14 ### Changed * Subscription does not return directly a JToken for parameters, but raw json payload ### Fixed * Tz-Watch does not die on big block --- CHANGELOG.md | 5 +++-- src/TzWatch.Http/AssemblyInfo.fs | 20 ++++++++++---------- src/TzWatch.Lib/AssemblyInfo.fs | 20 ++++++++++---------- 3 files changed, 23 insertions(+), 22 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26a7e6e..d08fdc2 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.0] - 2021-04-14 ### Changed @@ -34,7 +34,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.1.1...HEAD +[Unreleased]: https://github.com/bender-labs/tz-watch/compare/v0.2.0...HEAD +[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 [0.0.6]: https://github.com/bender-labs/tz-watch/compare/v0.0.5...v0.0.6 diff --git a/src/TzWatch.Http/AssemblyInfo.fs b/src/TzWatch.Http/AssemblyInfo.fs index a59f5d1..bb99d31 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.1.1" - let [] AssemblyMetadata_ReleaseDate = "2021-04-08T00:00:00.0000000+02:00" - let [] AssemblyFileVersion = "0.1.1" - let [] AssemblyInformationalVersion = "0.1.1" + let [] AssemblyVersion = "0.2.0" + let [] AssemblyMetadata_ReleaseDate = "2021-04-14T00:00:00.0000000+02:00" + let [] AssemblyFileVersion = "0.2.0" + let [] AssemblyInformationalVersion = "0.2.0" let [] AssemblyMetadata_ReleaseChannel = "release" - let [] AssemblyMetadata_GitHash = "dced9cf1d38fe8ed034e3670504199f200fdf55d" + let [] AssemblyMetadata_GitHash = "ca92b964f16f58ebfd3284bd476273a81b80afc9" diff --git a/src/TzWatch.Lib/AssemblyInfo.fs b/src/TzWatch.Lib/AssemblyInfo.fs index 40e67fe..f895ed8 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.1.1" - let [] AssemblyMetadata_ReleaseDate = "2021-04-08T00:00:00.0000000+02:00" - let [] AssemblyFileVersion = "0.1.1" - let [] AssemblyInformationalVersion = "0.1.1" + let [] AssemblyVersion = "0.2.0" + let [] AssemblyMetadata_ReleaseDate = "2021-04-14T00:00:00.0000000+02:00" + let [] AssemblyFileVersion = "0.2.0" + let [] AssemblyInformationalVersion = "0.2.0" let [] AssemblyMetadata_ReleaseChannel = "release" - let [] AssemblyMetadata_GitHash = "dced9cf1d38fe8ed034e3670504199f200fdf55d" + let [] AssemblyMetadata_GitHash = "ca92b964f16f58ebfd3284bd476273a81b80afc9"