Skip to content

Commit 24b714a

Browse files
authored
Merge pull request #560 from xch-dev/bump-0.11.0
Bump version to 0.11.0 and prepare for release
2 parents 31af72a + f002f50 commit 24b714a

File tree

27 files changed

+1231
-1103
lines changed

27 files changed

+1231
-1103
lines changed

Cargo.lock

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

crates/sage-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sage-api"
3-
version = "0.10.3"
3+
version = "0.11.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "API definitions for the Sage wallet."

crates/sage-api/macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sage-api-macro"
3-
version = "0.10.3"
3+
version = "0.11.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "A macro for implementing things for each of the Sage API endpoints."

crates/sage-assets/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sage-assets"
3-
version = "0.10.3"
3+
version = "0.11.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Fetches non-critical data from various APIs for use in Sage wallet."

crates/sage-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 = "sage-cli"
3-
version = "0.10.3"
3+
version = "0.11.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "A CLI and RPC for Sage wallet."

crates/sage-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sage-client"
3-
version = "0.10.3"
3+
version = "0.11.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "An RPC client for Sage wallet."

crates/sage-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sage-config"
3-
version = "0.10.3"
3+
version = "0.11.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Configuration for the Sage wallet."

crates/sage-database/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sage-database"
3-
version = "0.10.3"
3+
version = "0.11.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "The SQLite database for Sage."

crates/sage-keychain/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sage-keychain"
3-
version = "0.10.3"
3+
version = "0.11.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "A simple password based keychain implementation for Sage."

crates/sage-rpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sage-rpc"
3-
version = "0.10.3"
3+
version = "0.11.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "An RPC server for Sage wallet."

0 commit comments

Comments
 (0)