Skip to content
Snippets Groups Projects
Unverified Commit dfdb3103 authored by Javier Viola's avatar Javier Viola Committed by GitHub
Browse files

bump versions for release `0.2.12` (#263)

- Fixes
  - Upgrade heleper for CI.
parent 8255dedc
No related merge requests found
Pipeline #498122 passed with stage
in 29 minutes and 6 seconds
......@@ -15,7 +15,7 @@ members = [
[workspace.package]
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version = "0.2.11"
version = "0.2.12"
rust-version = "1.70.0"
license = "Apache-2.0 OR GPL-3.0"
repository = "https://github.com/paritytech/zombienet-sdk"
......@@ -60,9 +60,9 @@ glob-match = "0.2.1"
libsecp256k1 = { version = "0.7.1", default-features = false }
# Zombienet workspace crates:
support = { package = "zombienet-support", version = "0.2.11", path = "crates/support" }
configuration = { package = "zombienet-configuration", version = "0.2.11", path = "crates/configuration" }
orchestrator = { package = "zombienet-orchestrator", version = "0.2.11", path = "crates/orchestrator" }
provider = { package = "zombienet-provider", version = "0.2.11", path = "crates/provider" }
prom-metrics-parser = { package = "zombienet-prom-metrics-parser", version = "0.2.11", path = "crates/prom-metrics-parser" }
zombienet-sdk = { version = "0.2.11", path = "crates/sdk" }
support = { package = "zombienet-support", version = "0.2.12", path = "crates/support" }
configuration = { package = "zombienet-configuration", version = "0.2.12", path = "crates/configuration" }
orchestrator = { package = "zombienet-orchestrator", version = "0.2.12", path = "crates/orchestrator" }
provider = { package = "zombienet-provider", version = "0.2.12", path = "crates/provider" }
prom-metrics-parser = { package = "zombienet-prom-metrics-parser", version = "0.2.12", path = "crates/prom-metrics-parser" }
zombienet-sdk = { version = "0.2.12", path = "crates/sdk" }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment