Skip to content

Commit

Permalink
bump versions for release v0.2.9 (#249)
Browse files Browse the repository at this point in the history
- Fixes:
  - `wait` metrics
  - `validation` for binaries (native provider).
  • Loading branch information
pepoviola authored Aug 20, 2024
1 parent 88da006 commit d15f8f0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ members = [
[workspace.package]
authors = ["Parity Technologies <[email protected]>"]
edition = "2021"
version = "0.2.8"
version = "0.2.9"
rust-version = "1.70.0"
license = "Apache-2.0 OR GPL-3.0"
repository = "https://github.com/paritytech/zombienet-sdk"
Expand Down Expand Up @@ -59,9 +59,9 @@ tracing-subscriber = { version = "0.3" }
glob-match = "0.2.1"

# Zombienet workspace crates:
support = { package = "zombienet-support", version = "0.2.8", path = "crates/support" }
configuration = { package = "zombienet-configuration", version = "0.2.8", path = "crates/configuration" }
orchestrator = { package = "zombienet-orchestrator", version = "0.2.8", path = "crates/orchestrator" }
provider = { package = "zombienet-provider", version = "0.2.8", path = "crates/provider" }
prom-metrics-parser = { package = "zombienet-prom-metrics-parser", version = "0.2.8", path = "crates/prom-metrics-parser" }
zombienet-sdk = { version = "0.2.8", path = "crates/sdk" }
support = { package = "zombienet-support", version = "0.2.9", path = "crates/support" }
configuration = { package = "zombienet-configuration", version = "0.2.9", path = "crates/configuration" }
orchestrator = { package = "zombienet-orchestrator", version = "0.2.9", path = "crates/orchestrator" }
provider = { package = "zombienet-provider", version = "0.2.9", path = "crates/provider" }
prom-metrics-parser = { package = "zombienet-prom-metrics-parser", version = "0.2.9", path = "crates/prom-metrics-parser" }
zombienet-sdk = { version = "0.2.9", path = "crates/sdk" }

0 comments on commit d15f8f0

Please sign in to comment.