diff --git a/CHANGELOG.md b/CHANGELOG.md index bf9b492c..06f5e76c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [stablesats release v0.9.39](https://github.com/GaloyMoney/stablesats-rs/releases/tag/0.9.39) + + +### Miscellaneous Tasks + +- Disable quotes server by default + # [stablesats release v0.9.38](https://github.com/GaloyMoney/stablesats-rs/releases/tag/0.9.38) diff --git a/Cargo.lock b/Cargo.lock index b6d7463c..d11e982d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -301,7 +301,7 @@ checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" [[package]] name = "bitfinex-client" -version = "0.9.39-dev" +version = "0.9.39" dependencies = [ "anyhow", "chrono", @@ -325,7 +325,7 @@ dependencies = [ [[package]] name = "bitfinex-price" -version = "0.9.39-dev" +version = "0.9.39" dependencies = [ "anyhow", "chrono", @@ -428,7 +428,7 @@ dependencies = [ [[package]] name = "bria-client" -version = "0.9.39-dev" +version = "0.9.39" dependencies = [ "anyhow", "async-trait", @@ -1159,7 +1159,7 @@ dependencies = [ [[package]] name = "galoy-client" -version = "0.9.39-dev" +version = "0.9.39" dependencies = [ "anyhow", "chrono", @@ -1349,7 +1349,7 @@ dependencies = [ [[package]] name = "hedging" -version = "0.9.39-dev" +version = "0.9.39" dependencies = [ "anyhow", "bitfinex-client", @@ -1930,7 +1930,7 @@ dependencies = [ [[package]] name = "okex-client" -version = "0.9.39-dev" +version = "0.9.39" dependencies = [ "anyhow", "chrono", @@ -1953,7 +1953,7 @@ dependencies = [ [[package]] name = "okex-price" -version = "0.9.39-dev" +version = "0.9.39" dependencies = [ "anyhow", "chrono", @@ -2304,7 +2304,7 @@ dependencies = [ [[package]] name = "price-server" -version = "0.9.39-dev" +version = "0.9.39" dependencies = [ "anyhow", "async-trait", @@ -2558,7 +2558,7 @@ dependencies = [ [[package]] name = "quotes-server" -version = "0.9.39-dev" +version = "0.9.39" dependencies = [ "anyhow", "async-trait", @@ -3514,7 +3514,7 @@ dependencies = [ [[package]] name = "stablesats" -version = "0.9.39-dev" +version = "0.9.39" dependencies = [ "anyhow", "axum", @@ -3547,7 +3547,7 @@ dependencies = [ [[package]] name = "stablesats-ledger" -version = "0.9.39-dev" +version = "0.9.39" dependencies = [ "anyhow", "chrono", @@ -3566,7 +3566,7 @@ dependencies = [ [[package]] name = "stablesats-shared" -version = "0.9.39-dev" +version = "0.9.39" dependencies = [ "anyhow", "chrono", @@ -4250,7 +4250,7 @@ checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" [[package]] name = "user-trades" -version = "0.9.39-dev" +version = "0.9.39" dependencies = [ "anyhow", "chrono", diff --git a/bitfinex-client/Cargo.toml b/bitfinex-client/Cargo.toml index 47ec4424..f18c7300 100644 --- a/bitfinex-client/Cargo.toml +++ b/bitfinex-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitfinex-client" -version = "0.9.39-dev" +version = "0.9.39" edition = "2021" [features] diff --git a/bitfinex-price/Cargo.toml b/bitfinex-price/Cargo.toml index 848f27a5..ec9ddf51 100644 --- a/bitfinex-price/Cargo.toml +++ b/bitfinex-price/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitfinex-price" -version = "0.9.39-dev" +version = "0.9.39" edition = "2021" authors = ["Sebastien Verreault "] license = "MIT" diff --git a/bria-client/Cargo.toml b/bria-client/Cargo.toml index 2dabde03..77782a07 100644 --- a/bria-client/Cargo.toml +++ b/bria-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bria-client" -version = "0.9.39-dev" +version = "0.9.39" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 747b7537..19a41aec 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stablesats" -version = "0.9.39-dev" +version = "0.9.39" edition = "2021" authors = ["Justin Carter "] license = "MIT" diff --git a/galoy-client/Cargo.toml b/galoy-client/Cargo.toml index 5139bb49..a94735c0 100644 --- a/galoy-client/Cargo.toml +++ b/galoy-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "galoy-client" -version = "0.9.39-dev" +version = "0.9.39" edition = "2021" [features] diff --git a/hedging/Cargo.toml b/hedging/Cargo.toml index a32ad2de..5cd148f3 100644 --- a/hedging/Cargo.toml +++ b/hedging/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hedging" -version = "0.9.39-dev" +version = "0.9.39" edition = "2021" [features] diff --git a/ledger/Cargo.toml b/ledger/Cargo.toml index 473322c6..a7d56a52 100644 --- a/ledger/Cargo.toml +++ b/ledger/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stablesats-ledger" -version = "0.9.39-dev" +version = "0.9.39" edition = "2021" diff --git a/okex-client/Cargo.toml b/okex-client/Cargo.toml index a86b7adc..d0f51514 100644 --- a/okex-client/Cargo.toml +++ b/okex-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "okex-client" -version = "0.9.39-dev" +version = "0.9.39" edition = "2021" [features] diff --git a/okex-price/Cargo.toml b/okex-price/Cargo.toml index f514fbda..a065e4f5 100644 --- a/okex-price/Cargo.toml +++ b/okex-price/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "okex-price" -version = "0.9.39-dev" +version = "0.9.39" edition = "2021" authors = ["Justin Carter "] license = "MIT" diff --git a/price-server/Cargo.toml b/price-server/Cargo.toml index 6b3685d9..2f9d1edc 100644 --- a/price-server/Cargo.toml +++ b/price-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "price-server" -version = "0.9.39-dev" +version = "0.9.39" edition = "2021" authors = ["Justin Carter "] license = "MIT" diff --git a/quotes-server/Cargo.toml b/quotes-server/Cargo.toml index 513f8d4c..8fe8c0bf 100644 --- a/quotes-server/Cargo.toml +++ b/quotes-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quotes-server" -version = "0.9.39-dev" +version = "0.9.39" edition = "2021" authors = ["Justin Carter "] license = "MIT" diff --git a/shared/Cargo.toml b/shared/Cargo.toml index 0a0b4ae1..6cc7aa76 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stablesats-shared" -version = "0.9.39-dev" +version = "0.9.39" edition = "2021" authors = ["Justin Carter "] license = "MIT" diff --git a/user-trades/Cargo.toml b/user-trades/Cargo.toml index 9ff8ab9c..cd4b86c9 100644 --- a/user-trades/Cargo.toml +++ b/user-trades/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "user-trades" -version = "0.9.39-dev" +version = "0.9.39" edition = "2021" [features]