From 4ed4d0c37cbdcc53c4575f45370507059ba4e6f9 Mon Sep 17 00:00:00 2001 From: Andrei Navoichyk Date: Fri, 2 Jun 2023 14:13:58 +0200 Subject: [PATCH 1/5] set version to 3.0.1 --- Cargo.lock | 20 ++++++++++---------- Cargo.toml | 2 +- cli/Cargo.toml | 2 +- node/client/Cargo.toml | 2 +- node/service/Cargo.toml | 2 +- rpc/Cargo.toml | 2 +- runtime/cere-dev/Cargo.toml | 2 +- runtime/cere-dev/constants/Cargo.toml | 2 +- runtime/cere/Cargo.toml | 2 +- runtime/cere/constants/Cargo.toml | 2 +- runtime/common/Cargo.toml | 2 +- 11 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0cdecc370..a54fe4d8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -709,7 +709,7 @@ dependencies = [ [[package]] name = "cere" -version = "3.0.0-dev" +version = "3.0.1" dependencies = [ "cere-cli", "sc-cli", @@ -719,7 +719,7 @@ dependencies = [ [[package]] name = "cere-cli" -version = "3.0.0-dev" +version = "3.0.1" dependencies = [ "cere-client", "cere-service", @@ -733,7 +733,7 @@ dependencies = [ [[package]] name = "cere-client" -version = "3.0.0-dev" +version = "3.0.1" dependencies = [ "cere-dev-runtime", "cere-runtime", @@ -768,7 +768,7 @@ dependencies = [ [[package]] name = "cere-dev-runtime" -version = "3.0.0-dev" +version = "3.0.1" dependencies = [ "cere-dev-runtime-constants", "cere-runtime-common", @@ -853,7 +853,7 @@ dependencies = [ [[package]] name = "cere-dev-runtime-constants" -version = "3.0.0-dev" +version = "3.0.1" dependencies = [ "node-primitives", "sp-runtime", @@ -861,7 +861,7 @@ dependencies = [ [[package]] name = "cere-rpc" -version = "3.0.0-dev" +version = "3.0.1" dependencies = [ "jsonrpsee", "node-primitives", @@ -891,7 +891,7 @@ dependencies = [ [[package]] name = "cere-runtime" -version = "3.0.0-dev" +version = "3.0.1" dependencies = [ "cere-runtime-common", "cere-runtime-constants", @@ -975,11 +975,11 @@ dependencies = [ [[package]] name = "cere-runtime-common" -version = "3.0.0-dev" +version = "3.0.1" [[package]] name = "cere-runtime-constants" -version = "3.0.0-dev" +version = "3.0.1" dependencies = [ "node-primitives", "sp-runtime", @@ -987,7 +987,7 @@ dependencies = [ [[package]] name = "cere-service" -version = "3.0.0-dev" +version = "3.0.1" dependencies = [ "cere-client", "cere-dev-runtime", diff --git a/Cargo.toml b/Cargo.toml index 110ff6fb4..2e4d6b11f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ path = "src/main.rs" [package] name = "cere" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -version = "3.0.0-dev" +version = "3.0.1" edition = "2021" build = "build.rs" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index a6a9f7aed..938eba006 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cere-cli" -version = "3.0.0-dev" +version = "3.0.1" edition = "2021" [package.metadata.wasm-pack.profile.release] diff --git a/node/client/Cargo.toml b/node/client/Cargo.toml index f287a70de..b58f486dc 100644 --- a/node/client/Cargo.toml +++ b/node/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cere-client" -version = "3.0.0-dev" +version = "3.0.1" edition = "2021" [dependencies] diff --git a/node/service/Cargo.toml b/node/service/Cargo.toml index 62af873e3..370fd481f 100644 --- a/node/service/Cargo.toml +++ b/node/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cere-service" -version = "3.0.0-dev" +version = "3.0.1" edition = "2021" [dependencies] diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 236a34524..7466d2b6c 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cere-rpc" -version = "3.0.0-dev" +version = "3.0.1" edition = "2021" [dependencies] diff --git a/runtime/cere-dev/Cargo.toml b/runtime/cere-dev/Cargo.toml index 0d68e1701..519675bb9 100644 --- a/runtime/cere-dev/Cargo.toml +++ b/runtime/cere-dev/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cere-dev-runtime" -version = "3.0.0-dev" +version = "3.0.1" authors = ["Parity Technologies "] edition = "2021" build = "build.rs" diff --git a/runtime/cere-dev/constants/Cargo.toml b/runtime/cere-dev/constants/Cargo.toml index b16124b2b..149b583e3 100644 --- a/runtime/cere-dev/constants/Cargo.toml +++ b/runtime/cere-dev/constants/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cere-dev-runtime-constants" -version = "3.0.0-dev" +version = "3.0.1" authors = ["Parity Technologies "] edition = "2021" diff --git a/runtime/cere/Cargo.toml b/runtime/cere/Cargo.toml index 734d35700..c14a163ba 100644 --- a/runtime/cere/Cargo.toml +++ b/runtime/cere/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cere-runtime" -version = "3.0.0-dev" +version = "3.0.1" authors = ["Parity Technologies "] edition = "2021" build = "build.rs" diff --git a/runtime/cere/constants/Cargo.toml b/runtime/cere/constants/Cargo.toml index bd3c1a2aa..6086c8cab 100644 --- a/runtime/cere/constants/Cargo.toml +++ b/runtime/cere/constants/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cere-runtime-constants" -version = "3.0.0-dev" +version = "3.0.1" authors = ["Parity Technologies "] edition = "2021" diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index fe748c75d..eeafa7f5c 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cere-runtime-common" -version = "3.0.0-dev" +version = "3.0.1" authors = ["Parity Technologies "] edition = "2021" From f7a14b727c82587eb00f7d036ac80aa60af3e49f Mon Sep 17 00:00:00 2001 From: Andrei Navoichyk Date: Fri, 2 Jun 2023 15:18:24 +0200 Subject: [PATCH 2/5] set version to 4.0.0 --- Cargo.toml | 2 +- cli/Cargo.toml | 2 +- node/client/Cargo.toml | 2 +- node/service/Cargo.toml | 2 +- rpc/Cargo.toml | 2 +- runtime/cere-dev/Cargo.toml | 2 +- runtime/cere-dev/constants/Cargo.toml | 2 +- runtime/cere/Cargo.toml | 2 +- runtime/cere/constants/Cargo.toml | 2 +- runtime/common/Cargo.toml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2e4d6b11f..149660652 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ path = "src/main.rs" [package] name = "cere" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -version = "3.0.1" +version = "4.0.0" edition = "2021" build = "build.rs" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 938eba006..5fa71d809 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cere-cli" -version = "3.0.1" +version = "4.0.0" edition = "2021" [package.metadata.wasm-pack.profile.release] diff --git a/node/client/Cargo.toml b/node/client/Cargo.toml index b58f486dc..bde8d148b 100644 --- a/node/client/Cargo.toml +++ b/node/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cere-client" -version = "3.0.1" +version = "4.0.0" edition = "2021" [dependencies] diff --git a/node/service/Cargo.toml b/node/service/Cargo.toml index 370fd481f..f987a6e63 100644 --- a/node/service/Cargo.toml +++ b/node/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cere-service" -version = "3.0.1" +version = "4.0.0" edition = "2021" [dependencies] diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 7466d2b6c..668cf9bf9 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cere-rpc" -version = "3.0.1" +version = "4.0.0" edition = "2021" [dependencies] diff --git a/runtime/cere-dev/Cargo.toml b/runtime/cere-dev/Cargo.toml index 519675bb9..0433fd262 100644 --- a/runtime/cere-dev/Cargo.toml +++ b/runtime/cere-dev/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cere-dev-runtime" -version = "3.0.1" +version = "4.0.0" authors = ["Parity Technologies "] edition = "2021" build = "build.rs" diff --git a/runtime/cere-dev/constants/Cargo.toml b/runtime/cere-dev/constants/Cargo.toml index 149b583e3..242ba6183 100644 --- a/runtime/cere-dev/constants/Cargo.toml +++ b/runtime/cere-dev/constants/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cere-dev-runtime-constants" -version = "3.0.1" +version = "4.0.0" authors = ["Parity Technologies "] edition = "2021" diff --git a/runtime/cere/Cargo.toml b/runtime/cere/Cargo.toml index c14a163ba..6d5be0433 100644 --- a/runtime/cere/Cargo.toml +++ b/runtime/cere/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cere-runtime" -version = "3.0.1" +version = "4.0.0" authors = ["Parity Technologies "] edition = "2021" build = "build.rs" diff --git a/runtime/cere/constants/Cargo.toml b/runtime/cere/constants/Cargo.toml index 6086c8cab..b7d5676f4 100644 --- a/runtime/cere/constants/Cargo.toml +++ b/runtime/cere/constants/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cere-runtime-constants" -version = "3.0.1" +version = "4.0.0" authors = ["Parity Technologies "] edition = "2021" diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index eeafa7f5c..49a52771c 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cere-runtime-common" -version = "3.0.1" +version = "4.0.0" authors = ["Parity Technologies "] edition = "2021" From 904b279b3ba81ddb480e01e971d97069cfc30589 Mon Sep 17 00:00:00 2001 From: Andrei Navoichyk Date: Fri, 2 Jun 2023 15:19:03 +0200 Subject: [PATCH 3/5] updated impl name --- cli/src/command.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/src/command.rs b/cli/src/command.rs index d06cfda7e..3668f934e 100644 --- a/cli/src/command.rs +++ b/cli/src/command.rs @@ -7,7 +7,7 @@ use sc_service::error::Error as ServiceError; impl SubstrateCli for Cli { fn impl_name() -> String { - "Substrate Node".into() + "Cere Node".into() } fn impl_version() -> String { From cd13549aed8917b97ab2bb142f2a262ec595e0dc Mon Sep 17 00:00:00 2001 From: Andrei Navoichyk Date: Fri, 2 Jun 2023 15:23:48 +0200 Subject: [PATCH 4/5] updated Cargo.lock --- Cargo.lock | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a54fe4d8f..3db19b63b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -709,7 +709,7 @@ dependencies = [ [[package]] name = "cere" -version = "3.0.1" +version = "4.0.0" dependencies = [ "cere-cli", "sc-cli", @@ -719,7 +719,7 @@ dependencies = [ [[package]] name = "cere-cli" -version = "3.0.1" +version = "4.0.0" dependencies = [ "cere-client", "cere-service", @@ -733,7 +733,7 @@ dependencies = [ [[package]] name = "cere-client" -version = "3.0.1" +version = "4.0.0" dependencies = [ "cere-dev-runtime", "cere-runtime", @@ -768,7 +768,7 @@ dependencies = [ [[package]] name = "cere-dev-runtime" -version = "3.0.1" +version = "4.0.0" dependencies = [ "cere-dev-runtime-constants", "cere-runtime-common", @@ -853,7 +853,7 @@ dependencies = [ [[package]] name = "cere-dev-runtime-constants" -version = "3.0.1" +version = "4.0.0" dependencies = [ "node-primitives", "sp-runtime", @@ -861,7 +861,7 @@ dependencies = [ [[package]] name = "cere-rpc" -version = "3.0.1" +version = "4.0.0" dependencies = [ "jsonrpsee", "node-primitives", @@ -891,7 +891,7 @@ dependencies = [ [[package]] name = "cere-runtime" -version = "3.0.1" +version = "4.0.0" dependencies = [ "cere-runtime-common", "cere-runtime-constants", @@ -975,11 +975,11 @@ dependencies = [ [[package]] name = "cere-runtime-common" -version = "3.0.1" +version = "4.0.0" [[package]] name = "cere-runtime-constants" -version = "3.0.1" +version = "4.0.0" dependencies = [ "node-primitives", "sp-runtime", @@ -987,7 +987,7 @@ dependencies = [ [[package]] name = "cere-service" -version = "3.0.1" +version = "4.0.0" dependencies = [ "cere-client", "cere-dev-runtime", From 26743e9e4a76f14591f7cdf9145753463da4085f Mon Sep 17 00:00:00 2001 From: Andrei Navoichyk Date: Fri, 2 Jun 2023 15:35:52 +0200 Subject: [PATCH 5/5] updated CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07758cf5a..61c246f7d 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). -## [3.0.0] +## [4.0.0] ### Added