Skip to content

Commit c916c50

Browse files
authored
Merge pull request #734 from xch-dev/bump-0.12.8
Bump to 0.12.8
2 parents f79e609 + 027caf1 commit c916c50

File tree

21 files changed

+1948
-1740
lines changed

21 files changed

+1948
-1740
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.12.7"
3+
version = "0.12.8"
44
edition = "2024"
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.12.7"
3+
version = "0.12.8"
44
edition = "2024"
55
license = "Apache-2.0"
66
description = "A macro for implementing things for each of the Sage API endpoints."

crates/sage-api/src/requests/data.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ pub struct GetVersion {}
204204
#[cfg_attr(feature = "openapi", derive(utoipa::ToSchema))]
205205
pub struct GetVersionResponse {
206206
/// Semantic version string
207-
#[cfg_attr(feature = "openapi", schema(example = "0.12.7"))]
207+
#[cfg_attr(feature = "openapi", schema(example = "0.12.8"))]
208208
pub version: String,
209209
}
210210

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.12.7"
3+
version = "0.12.8"
44
edition = "2024"
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.12.7"
3+
version = "0.12.8"
44
edition = "2024"
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.12.7"
3+
version = "0.12.8"
44
edition = "2024"
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.12.7"
3+
version = "0.12.8"
44
edition = "2024"
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.12.7"
3+
version = "0.12.8"
44
edition = "2024"
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.12.7"
3+
version = "0.12.8"
44
edition = "2024"
55
license = "Apache-2.0"
66
description = "A simple password based keychain implementation for Sage."

0 commit comments

Comments
 (0)