Skip to content

Commit 43f40ae

Browse files
authored
release: v0.11.1 (#249)
1 parent ecc9e43 commit 43f40ae

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ members = [
99

1010
[workspace.dependencies]
1111
aes = { version = "0.8" }
12-
aleph-sdk = { path = "crates/aleph-sdk", version = "0.11.0" }
13-
aleph-types = { path = "crates/aleph-types", version = "0.11.0" }
12+
aleph-sdk = { path = "crates/aleph-sdk", version = "0.11.1" }
13+
aleph-types = { path = "crates/aleph-types", version = "0.11.1" }
1414
# Individual alloy sub-crates instead of the `alloy` umbrella so we can pin
1515
# each to its own minor line and avoid pulling in consensus/blob/genesis
1616
# types we don't use.

crates/aleph-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aleph-cli"
3-
version = "0.11.0"
3+
version = "0.11.1"
44
edition = "2024"
55
description = "Minimal CLI for Aleph Cloud, built in Rust."
66
license = "MIT"

crates/aleph-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aleph-sdk"
3-
version = "0.11.0"
3+
version = "0.11.1"
44
edition = "2024"
55
description = "Aleph Cloud SDK for client applications."
66
license = "MIT"

crates/aleph-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aleph-types"
3-
version = "0.11.0"
3+
version = "0.11.1"
44
edition = "2024"
55
description = "Definitions for the most commonly used types in the Aleph Cloud network."
66
license = "MIT"

0 commit comments

Comments
 (0)