From 449c9959c0d0725728755c826ee3b5754075071f Mon Sep 17 00:00:00 2001 From: Matthew Dean Date: Mon, 25 Nov 2024 12:29:00 +0000 Subject: [PATCH] Bump version --- Cargo.lock | 18 +++++++++--------- node/Cargo.toml | 2 +- pallets/doas/Cargo.toml | 2 +- pallets/process-validation/Cargo.toml | 2 +- pallets/symmetric-key/Cargo.toml | 2 +- pallets/traits/Cargo.toml | 2 +- pallets/transaction-payment-free/Cargo.toml | 2 +- pallets/utxo-nft/Cargo.toml | 2 +- runtime/Cargo.toml | 2 +- runtime/src/lib.rs | 2 +- tools/lang/Cargo.toml | 2 +- 11 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1a423b0e..6b154059 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5943,7 +5943,7 @@ dependencies = [ [[package]] name = "pallet-doas" -version = "2.2.0" +version = "2.3.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -6032,7 +6032,7 @@ dependencies = [ [[package]] name = "pallet-process-validation" -version = "3.6.0" +version = "3.7.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -6105,7 +6105,7 @@ dependencies = [ [[package]] name = "pallet-symmetric-key" -version = "2.2.0" +version = "2.3.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -6161,7 +6161,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-free" -version = "2.2.0" +version = "2.3.0" dependencies = [ "frame-support", "frame-system", @@ -6208,7 +6208,7 @@ dependencies = [ [[package]] name = "pallet-utxo-nft" -version = "6.3.0" +version = "6.4.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -11700,7 +11700,7 @@ dependencies = [ [[package]] name = "sqnc-lang" -version = "0.4.0" +version = "0.5.0" dependencies = [ "clap", "exitcode", @@ -11715,7 +11715,7 @@ dependencies = [ [[package]] name = "sqnc-node" -version = "11.3.0" +version = "11.4.0" dependencies = [ "async-trait", "bs58 0.5.1", @@ -11770,7 +11770,7 @@ dependencies = [ [[package]] name = "sqnc-pallet-traits" -version = "3.4.0" +version = "3.5.0" dependencies = [ "frame-support", "parity-scale-codec", @@ -11781,7 +11781,7 @@ dependencies = [ [[package]] name = "sqnc-runtime" -version = "11.2.0" +version = "11.3.0" dependencies = [ "frame-benchmarking", "frame-executive", diff --git a/node/Cargo.toml b/node/Cargo.toml index 4d854aee..09e70a32 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -6,7 +6,7 @@ edition = '2021' license = 'Apache-2.0' repository = 'https://github.com/digicatapult/sqnc-node/' name = 'sqnc-node' -version = '11.3.0' +version = '11.4.0' [[bin]] name = 'sqnc-node' diff --git a/pallets/doas/Cargo.toml b/pallets/doas/Cargo.toml index 089f5fb6..aeaf67ef 100644 --- a/pallets/doas/Cargo.toml +++ b/pallets/doas/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-doas" -version = "2.2.0" +version = "2.3.0" authors = [ "Digital Catapult ", "Parity Technologies ", diff --git a/pallets/process-validation/Cargo.toml b/pallets/process-validation/Cargo.toml index 2603872a..896d5ce2 100644 --- a/pallets/process-validation/Cargo.toml +++ b/pallets/process-validation/Cargo.toml @@ -5,7 +5,7 @@ edition = '2021' license = 'Apache-2.0' repository = 'https://github.com/digicatapult/sqnc-node/' name = 'pallet-process-validation' -version = "3.6.0" +version = "3.7.0" [package.metadata.docs.rs] targets = ['x86_64-unknown-linux-gnu'] diff --git a/pallets/symmetric-key/Cargo.toml b/pallets/symmetric-key/Cargo.toml index 7f6b72c6..d4fc8186 100644 --- a/pallets/symmetric-key/Cargo.toml +++ b/pallets/symmetric-key/Cargo.toml @@ -5,7 +5,7 @@ edition = '2021' license = 'Apache-2.0' repository = 'https://github.com/digicatapult/sqnc-node/' name = 'pallet-symmetric-key' -version = "2.2.0" +version = "2.3.0" [package.metadata.docs.rs] targets = ['x86_64-unknown-linux-gnu'] diff --git a/pallets/traits/Cargo.toml b/pallets/traits/Cargo.toml index 39674d36..40b3a0d1 100644 --- a/pallets/traits/Cargo.toml +++ b/pallets/traits/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sqnc-pallet-traits" -version = "3.4.0" +version = "3.5.0" edition = "2021" authors = ['Digital Catapult '] license = 'Apache-2.0' diff --git a/pallets/transaction-payment-free/Cargo.toml b/pallets/transaction-payment-free/Cargo.toml index 2e45e225..54534c55 100644 --- a/pallets/transaction-payment-free/Cargo.toml +++ b/pallets/transaction-payment-free/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-transaction-payment-free" -version = "2.2.0" +version = "2.3.0" authors = [ "Digital Catapult ", "Parity Technologies ", diff --git a/pallets/utxo-nft/Cargo.toml b/pallets/utxo-nft/Cargo.toml index 5c17f77d..4203145f 100644 --- a/pallets/utxo-nft/Cargo.toml +++ b/pallets/utxo-nft/Cargo.toml @@ -5,7 +5,7 @@ edition = '2021' license = 'Apache-2.0' repository = 'https://github.com/digicatapult/sqnc-node/' name = 'pallet-utxo-nft' -version = "6.3.0" +version = "6.4.0" [package.metadata.docs.rs] targets = ['x86_64-unknown-linux-gnu'] diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 8da354ec..6bb8448a 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sqnc-runtime" -version = "11.2.0" +version = "11.3.0" authors = ["Digital Catapult "] edition = "2021" license = "Apache-2.0" diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index ab9ada74..2e771829 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -83,7 +83,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("sqnc"), impl_name: create_runtime_str!("sqnc"), authoring_version: 1, - spec_version: 1120, + spec_version: 1130, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1, diff --git a/tools/lang/Cargo.toml b/tools/lang/Cargo.toml index 5417d183..aa61fd5b 100644 --- a/tools/lang/Cargo.toml +++ b/tools/lang/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sqnc-lang" authors = ['Digital Catapult '] -version = "0.4.0" +version = "0.5.0" edition = "2021" [lib]