Skip to content

Commit 467d189

Browse files
authored
Merge pull request #713 from xch-dev/prep-0.12.7
Bump to 0.12.7
2 parents 30afd1f + e6bfc06 commit 467d189

File tree

23 files changed

+357
-205
lines changed

23 files changed

+357
-205
lines changed

.sqlx/query-29948fd389ee08d87c21423ae16411721ec4b428a5b0739300f927b609e985d8.json

Lines changed: 0 additions & 38 deletions
This file was deleted.

.sqlx/query-ee23959d467ab94655046179f08d2b4c930aaaa584d3760ad0f8823ac1d4bfe4.json

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

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.6"
3+
version = "0.12.7"
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.12.6"
3+
version = "0.12.7"
44
edition = "2021"
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.6"))]
207+
#[cfg_attr(feature = "openapi", schema(example = "0.12.7"))]
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.6"
3+
version = "0.12.7"
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.12.6"
3+
version = "0.12.7"
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.12.6"
3+
version = "0.12.7"
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.12.6"
3+
version = "0.12.7"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Configuration for the Sage wallet."

0 commit comments

Comments
 (0)