From c098c87ce1f1d3758cedec00ebe23df923fb4c0d Mon Sep 17 00:00:00 2001 From: Gabriel Coutinho de Paula Date: Thu, 16 Feb 2023 15:22:26 -0300 Subject: [PATCH] fix: version lock all crates --- CHANGELOG.md | 8 +++++++- block-history/Cargo.toml | 2 +- state-client-lib/Cargo.toml | 2 +- state-fold-test/Cargo.toml | 2 +- state-fold-types/Cargo.toml | 2 +- state-fold/Cargo.toml | 2 +- state-server-common/Cargo.toml | 2 +- state-server-lib/Cargo.toml | 2 +- 8 files changed, 14 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c135989..0ac5ed6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.2] - 2023-02-16 +### Fix +- Version lock all crates + + ## [0.6.1] - 2023-02-10 ### Changes - Add `env` option to `config`s. @@ -109,7 +114,8 @@ reestablishing it at every subscription attempt. ## [0.1.0] - 2021-12-28 - Initial release -[Unreleased]: https://github.com/cartesi-corp/state-fold/compare/v0.6.1...HEAD +[Unreleased]: https://github.com/cartesi-corp/state-fold/compare/v0.6.2...HEAD +[0.6.2]: https://github.com/cartesi-corp/state-fold/compare/v0.6.1...v0.6.2 [0.6.1]: https://github.com/cartesi-corp/state-fold/compare/v0.6.0...v0.6.1 [0.6.0]: https://github.com/cartesi-corp/state-fold/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.com/cartesi-corp/state-fold/compare/v0.4.0...v0.5.0 diff --git a/block-history/Cargo.toml b/block-history/Cargo.toml index 17777d3..145e33b 100644 --- a/block-history/Cargo.toml +++ b/block-history/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "block-history" license = "Apache-2.0" -version = "0.6.0" +version = "0.6.2" authors = ["Gabriel Coutinho de Paula "] homepage = "https://cartesi.io" edition = "2021" diff --git a/state-client-lib/Cargo.toml b/state-client-lib/Cargo.toml index ad268bc..d458030 100644 --- a/state-client-lib/Cargo.toml +++ b/state-client-lib/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "state-client-lib" license = "Apache-2.0" -version = "0.6.1" +version = "0.6.2" authors = ["Gabriel Coutinho de Paula "] homepage = "https://cartesi.io" edition = "2021" diff --git a/state-fold-test/Cargo.toml b/state-fold-test/Cargo.toml index 863e313..b733a55 100644 --- a/state-fold-test/Cargo.toml +++ b/state-fold-test/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "state-fold-test" license = "Apache-2.0" -version = "0.6.0" +version = "0.6.2" authors = ["Gabriel Coutinho de Paula "] homepage = "https://cartesi.io" edition = "2021" diff --git a/state-fold-types/Cargo.toml b/state-fold-types/Cargo.toml index e62dd13..105a108 100644 --- a/state-fold-types/Cargo.toml +++ b/state-fold-types/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "state-fold-types" license = "Apache-2.0" -version = "0.6.0" +version = "0.6.2" authors = ["Gabriel Coutinho de Paula "] homepage = "https://cartesi.io" edition = "2021" diff --git a/state-fold/Cargo.toml b/state-fold/Cargo.toml index aba785b..ff8e3d1 100644 --- a/state-fold/Cargo.toml +++ b/state-fold/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "state-fold" license = "Apache-2.0" -version = "0.6.1" +version = "0.6.2" authors = ["Gabriel Coutinho de Paula "] homepage = "https://cartesi.io" edition = "2021" diff --git a/state-server-common/Cargo.toml b/state-server-common/Cargo.toml index adb1b2e..63fce1c 100644 --- a/state-server-common/Cargo.toml +++ b/state-server-common/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "state-server-common" license = "Apache-2.0" -version = "0.6.0" +version = "0.6.2" authors = ["Gabriel Coutinho de Paula "] homepage = "https://cartesi.io" edition = "2021" diff --git a/state-server-lib/Cargo.toml b/state-server-lib/Cargo.toml index 92eaaa9..76abf4f 100644 --- a/state-server-lib/Cargo.toml +++ b/state-server-lib/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "state-server-lib" license = "Apache-2.0" -version = "0.6.1" +version = "0.6.2" authors = ["Gabriel Coutinho de Paula "] homepage = "https://cartesi.io" edition = "2021"