Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Mar 8, 2024
1 parent f297150 commit 8c4fec0
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@ hdi = "0.3.6"
mr_bundle = "0.2.6"

# Framework
wind_tunnel_core = { path = "./framework/core", version = "0.1.0-alpha.1" }
wind_tunnel_instruments = { path = "./framework/instruments", version = "0.1.0-alpha.1" }
wind_tunnel_instruments_derive = { path = "./framework/instruments_derive", version = "0.1.0-alpha.1" }
wind_tunnel_runner = { path = "./framework/runner", version = "0.1.0-alpha.1" }
wind_tunnel_core = { path = "./framework/core", version = "0.1.0-alpha.2" }
wind_tunnel_instruments = { path = "./framework/instruments", version = "0.1.0-alpha.2" }
wind_tunnel_instruments_derive = { path = "./framework/instruments_derive", version = "0.1.0-alpha.2" }
wind_tunnel_runner = { path = "./framework/runner", version = "0.1.0-alpha.2" }

# Bindings
holochain_client_instrumented = { path = "./bindings/client", version = "0.1.0-alpha.1" }
holochain_wind_tunnel_runner = { path = "./bindings/runner", version = "0.1.0-alpha.1" }
holochain_client_instrumented = { path = "./bindings/client", version = "0.1.0-alpha.2" }
holochain_wind_tunnel_runner = { path = "./bindings/runner", version = "0.1.0-alpha.2" }

# Zomes for coorindator dependencies
crud_integrity = { path = "./zomes/crud/integrity" }
Expand Down
2 changes: 1 addition & 1 deletion bindings/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "An instrumented wrapper around the holochain_client"
license = "MIT"
authors = ["ThetaSinner"]
edition = "2021"
version = "0.1.0-alpha.1"
version = "0.1.0-alpha.2"
categories = ["development-tools::testing", "development-tools::profiling"]
homepage = "https://github.com/holochain/wind-tunnel"
repository = "https://github.com/holochain/wind-tunnel"
Expand Down
2 changes: 1 addition & 1 deletion bindings/runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Customises the wind_tunnel_runner for Holochain testing"
license = "MIT"
authors = ["ThetaSinner"]
edition = "2021"
version = "0.1.0-alpha.1"
version = "0.1.0-alpha.2"
categories = ["development-tools::testing", "development-tools::profiling"]
homepage = "https://github.com/holochain/wind-tunnel"
repository = "https://github.com/holochain/wind-tunnel"
Expand Down
2 changes: 1 addition & 1 deletion framework/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Core components for Wind Tunnel"
license = "MIT"
authors = ["ThetaSinner"]
edition = "2021"
version = "0.1.0-alpha.1"
version = "0.1.0-alpha.2"
categories = ["development-tools::testing", "development-tools::profiling"]
homepage = "https://github.com/holochain/wind-tunnel"
repository = "https://github.com/holochain/wind-tunnel"
Expand Down
2 changes: 1 addition & 1 deletion framework/instruments/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Instruments for measuring performance with Wind Tunnel"
license = "MIT"
authors = ["ThetaSinner"]
edition = "2021"
version = "0.1.0-alpha.1"
version = "0.1.0-alpha.2"
categories = ["development-tools::testing", "development-tools::profiling"]
homepage = "https://github.com/holochain/wind-tunnel"
repository = "https://github.com/holochain/wind-tunnel"
Expand Down
2 changes: 1 addition & 1 deletion framework/instruments_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Derive macros for the wind_tunnel_instruments crate"
license = "MIT"
authors = ["ThetaSinner"]
edition = "2021"
version = "0.1.0-alpha.1"
version = "0.1.0-alpha.2"
categories = ["development-tools::testing", "development-tools::profiling"]
homepage = "https://github.com/holochain/wind-tunnel"
repository = "https://github.com/holochain/wind-tunnel"
Expand Down
2 changes: 1 addition & 1 deletion framework/runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "The Wind Tunnel runner"
license = "MIT"
authors = ["ThetaSinner"]
edition = "2021"
version = "0.1.0-alpha.1"
version = "0.1.0-alpha.2"
categories = ["development-tools::testing", "development-tools::profiling"]
homepage = "https://github.com/holochain/wind-tunnel"
repository = "https://github.com/holochain/wind-tunnel"
Expand Down

0 comments on commit 8c4fec0

Please sign in to comment.