Skip to content

Commit

Permalink
Bump version to 0.0.6
Browse files Browse the repository at this point in the history
## [0.0.6] - 2021-02-25

### Security
- Bumps Netezos version
  • Loading branch information
BodySplash committed Feb 25, 2021
1 parent c783721 commit 40697b5
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 21 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@ 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).

## [0.0.6] - 2021-02-25

### Security
- Bumps Netezos version

## [0.0.5] - 2021-02-10

### Added
- Initial release
[Unreleased]: https://github.com/bender-labs/tz-watch/compare/v0.0.5...HEAD
[Unreleased]: https://github.com/bender-labs/tz-watch/compare/v0.0.6...HEAD
[0.0.6]: https://github.com/bender-labs/tz-watch/compare/v0.0.5...v0.0.6
[0.0.5]: https://github.com/bender-labs/tz-watch/releases/tag/v0.0.5
20 changes: 10 additions & 10 deletions src/TzWatch.Http/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ open System.Reflection

[<assembly: AssemblyTitleAttribute("TzWatch.Http")>]
[<assembly: AssemblyProductAttribute("TzWatch")>]
[<assembly: AssemblyVersionAttribute("0.0.5")>]
[<assembly: AssemblyMetadataAttribute("ReleaseDate","2021-02-10T00:00:00.0000000+01:00")>]
[<assembly: AssemblyFileVersionAttribute("0.0.5")>]
[<assembly: AssemblyInformationalVersionAttribute("0.0.5")>]
[<assembly: AssemblyVersionAttribute("0.0.6")>]
[<assembly: AssemblyMetadataAttribute("ReleaseDate","2021-02-25T00:00:00.0000000+01:00")>]
[<assembly: AssemblyFileVersionAttribute("0.0.6")>]
[<assembly: AssemblyInformationalVersionAttribute("0.0.6")>]
[<assembly: AssemblyMetadataAttribute("ReleaseChannel","release")>]
[<assembly: AssemblyMetadataAttribute("GitHash","589b265c815e346bcf3db0442c499032c1dfbdd3")>]
[<assembly: AssemblyMetadataAttribute("GitHash","c783721769c8cba700bc8cfde37b22fc6bb7bb7e")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "TzWatch.Http"
let [<Literal>] AssemblyProduct = "TzWatch"
let [<Literal>] AssemblyVersion = "0.0.5"
let [<Literal>] AssemblyMetadata_ReleaseDate = "2021-02-10T00:00:00.0000000+01:00"
let [<Literal>] AssemblyFileVersion = "0.0.5"
let [<Literal>] AssemblyInformationalVersion = "0.0.5"
let [<Literal>] AssemblyVersion = "0.0.6"
let [<Literal>] AssemblyMetadata_ReleaseDate = "2021-02-25T00:00:00.0000000+01:00"
let [<Literal>] AssemblyFileVersion = "0.0.6"
let [<Literal>] AssemblyInformationalVersion = "0.0.6"
let [<Literal>] AssemblyMetadata_ReleaseChannel = "release"
let [<Literal>] AssemblyMetadata_GitHash = "589b265c815e346bcf3db0442c499032c1dfbdd3"
let [<Literal>] AssemblyMetadata_GitHash = "c783721769c8cba700bc8cfde37b22fc6bb7bb7e"
20 changes: 10 additions & 10 deletions src/TzWatch.Lib/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ open System.Reflection

[<assembly: AssemblyTitleAttribute("TzWatch.Lib")>]
[<assembly: AssemblyProductAttribute("TzWatch")>]
[<assembly: AssemblyVersionAttribute("0.0.5")>]
[<assembly: AssemblyMetadataAttribute("ReleaseDate","2021-02-10T00:00:00.0000000+01:00")>]
[<assembly: AssemblyFileVersionAttribute("0.0.5")>]
[<assembly: AssemblyInformationalVersionAttribute("0.0.5")>]
[<assembly: AssemblyVersionAttribute("0.0.6")>]
[<assembly: AssemblyMetadataAttribute("ReleaseDate","2021-02-25T00:00:00.0000000+01:00")>]
[<assembly: AssemblyFileVersionAttribute("0.0.6")>]
[<assembly: AssemblyInformationalVersionAttribute("0.0.6")>]
[<assembly: AssemblyMetadataAttribute("ReleaseChannel","release")>]
[<assembly: AssemblyMetadataAttribute("GitHash","589b265c815e346bcf3db0442c499032c1dfbdd3")>]
[<assembly: AssemblyMetadataAttribute("GitHash","c783721769c8cba700bc8cfde37b22fc6bb7bb7e")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "TzWatch.Lib"
let [<Literal>] AssemblyProduct = "TzWatch"
let [<Literal>] AssemblyVersion = "0.0.5"
let [<Literal>] AssemblyMetadata_ReleaseDate = "2021-02-10T00:00:00.0000000+01:00"
let [<Literal>] AssemblyFileVersion = "0.0.5"
let [<Literal>] AssemblyInformationalVersion = "0.0.5"
let [<Literal>] AssemblyVersion = "0.0.6"
let [<Literal>] AssemblyMetadata_ReleaseDate = "2021-02-25T00:00:00.0000000+01:00"
let [<Literal>] AssemblyFileVersion = "0.0.6"
let [<Literal>] AssemblyInformationalVersion = "0.0.6"
let [<Literal>] AssemblyMetadata_ReleaseChannel = "release"
let [<Literal>] AssemblyMetadata_GitHash = "589b265c815e346bcf3db0442c499032c1dfbdd3"
let [<Literal>] AssemblyMetadata_GitHash = "c783721769c8cba700bc8cfde37b22fc6bb7bb7e"

0 comments on commit 40697b5

Please sign in to comment.