From 8ce63062dbcbcd81e127b1d40200f1d51dfbd943 Mon Sep 17 00:00:00 2001 From: CI Bot Date: Sat, 21 Oct 2023 20:21:18 +0000 Subject: [PATCH] ci(release): release version 0.9.27 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 24 ++++++++++++------------ bitfinex-client/Cargo.toml | 2 +- bitfinex-price/Cargo.toml | 2 +- bria-client/Cargo.toml | 2 +- cli/Cargo.toml | 2 +- galoy-client/Cargo.toml | 2 +- hedging/Cargo.toml | 2 +- ledger/Cargo.toml | 2 +- okex-client/Cargo.toml | 2 +- okex-price/Cargo.toml | 2 +- price-server/Cargo.toml | 2 +- shared/Cargo.toml | 2 +- user-trades/Cargo.toml | 2 +- 14 files changed, 31 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ffe6bf4..65f68d63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [stablesats release v0.9.27](https://github.com/GaloyMoney/stablesats-rs/releases/tag/0.9.27) + + +### Bug Fixes + +- Pass mutable cache to update order book (#448) + # [stablesats release v0.9.26](https://github.com/GaloyMoney/stablesats-rs/releases/tag/0.9.26) diff --git a/Cargo.lock b/Cargo.lock index 6306fc5c..8612803a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -285,7 +285,7 @@ checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" [[package]] name = "bitfinex-client" -version = "0.9.27-dev" +version = "0.9.27" dependencies = [ "anyhow", "chrono", @@ -309,7 +309,7 @@ dependencies = [ [[package]] name = "bitfinex-price" -version = "0.9.27-dev" +version = "0.9.27" dependencies = [ "anyhow", "chrono", @@ -412,7 +412,7 @@ dependencies = [ [[package]] name = "bria-client" -version = "0.9.27-dev" +version = "0.9.27" dependencies = [ "anyhow", "async-trait", @@ -1142,7 +1142,7 @@ dependencies = [ [[package]] name = "galoy-client" -version = "0.9.27-dev" +version = "0.9.27" dependencies = [ "anyhow", "chrono", @@ -1332,7 +1332,7 @@ dependencies = [ [[package]] name = "hedging" -version = "0.9.27-dev" +version = "0.9.27" dependencies = [ "anyhow", "bitfinex-client", @@ -1912,7 +1912,7 @@ dependencies = [ [[package]] name = "okex-client" -version = "0.9.27-dev" +version = "0.9.27" dependencies = [ "anyhow", "chrono", @@ -1935,7 +1935,7 @@ dependencies = [ [[package]] name = "okex-price" -version = "0.9.27-dev" +version = "0.9.27" dependencies = [ "anyhow", "chrono", @@ -2276,7 +2276,7 @@ dependencies = [ [[package]] name = "price-server" -version = "0.9.27-dev" +version = "0.9.27" dependencies = [ "anyhow", "async-trait", @@ -3428,7 +3428,7 @@ dependencies = [ [[package]] name = "stablesats" -version = "0.9.27-dev" +version = "0.9.27" dependencies = [ "anyhow", "axum", @@ -3460,7 +3460,7 @@ dependencies = [ [[package]] name = "stablesats-ledger" -version = "0.9.27-dev" +version = "0.9.27" dependencies = [ "anyhow", "chrono", @@ -3479,7 +3479,7 @@ dependencies = [ [[package]] name = "stablesats-shared" -version = "0.9.27-dev" +version = "0.9.27" dependencies = [ "anyhow", "chrono", @@ -4086,7 +4086,7 @@ checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" [[package]] name = "user-trades" -version = "0.9.27-dev" +version = "0.9.27" dependencies = [ "anyhow", "chrono", diff --git a/bitfinex-client/Cargo.toml b/bitfinex-client/Cargo.toml index 7c08301d..eb47cec6 100644 --- a/bitfinex-client/Cargo.toml +++ b/bitfinex-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitfinex-client" -version = "0.9.27-dev" +version = "0.9.27" edition = "2021" [features] diff --git a/bitfinex-price/Cargo.toml b/bitfinex-price/Cargo.toml index 2e67540e..6a7e1dfa 100644 --- a/bitfinex-price/Cargo.toml +++ b/bitfinex-price/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitfinex-price" -version = "0.9.27-dev" +version = "0.9.27" edition = "2021" authors = ["Sebastien Verreault "] license = "MIT" diff --git a/bria-client/Cargo.toml b/bria-client/Cargo.toml index 7dd95e2a..15375c8c 100644 --- a/bria-client/Cargo.toml +++ b/bria-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bria-client" -version = "0.9.27-dev" +version = "0.9.27" 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 b4a9ac0f..4b7c3a63 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stablesats" -version = "0.9.27-dev" +version = "0.9.27" edition = "2021" authors = ["Justin Carter "] license = "MIT" diff --git a/galoy-client/Cargo.toml b/galoy-client/Cargo.toml index 476a09f0..dd72bf56 100644 --- a/galoy-client/Cargo.toml +++ b/galoy-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "galoy-client" -version = "0.9.27-dev" +version = "0.9.27" edition = "2021" [features] diff --git a/hedging/Cargo.toml b/hedging/Cargo.toml index 5420bfd3..98f7c2a8 100644 --- a/hedging/Cargo.toml +++ b/hedging/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hedging" -version = "0.9.27-dev" +version = "0.9.27" edition = "2021" [features] diff --git a/ledger/Cargo.toml b/ledger/Cargo.toml index d90e4b12..94fdbf2f 100644 --- a/ledger/Cargo.toml +++ b/ledger/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stablesats-ledger" -version = "0.9.27-dev" +version = "0.9.27" edition = "2021" diff --git a/okex-client/Cargo.toml b/okex-client/Cargo.toml index f4996298..ea00edcf 100644 --- a/okex-client/Cargo.toml +++ b/okex-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "okex-client" -version = "0.9.27-dev" +version = "0.9.27" edition = "2021" [features] diff --git a/okex-price/Cargo.toml b/okex-price/Cargo.toml index aedf0726..a2a49a7b 100644 --- a/okex-price/Cargo.toml +++ b/okex-price/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "okex-price" -version = "0.9.27-dev" +version = "0.9.27" edition = "2021" authors = ["Justin Carter "] license = "MIT" diff --git a/price-server/Cargo.toml b/price-server/Cargo.toml index 02403cf7..5a74769f 100644 --- a/price-server/Cargo.toml +++ b/price-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "price-server" -version = "0.9.27-dev" +version = "0.9.27" edition = "2021" authors = ["Justin Carter "] license = "MIT" diff --git a/shared/Cargo.toml b/shared/Cargo.toml index fc9bbf8c..930e8aa0 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stablesats-shared" -version = "0.9.27-dev" +version = "0.9.27" edition = "2021" authors = ["Justin Carter "] license = "MIT" diff --git a/user-trades/Cargo.toml b/user-trades/Cargo.toml index c0529a9d..4a90cb3c 100644 --- a/user-trades/Cargo.toml +++ b/user-trades/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "user-trades" -version = "0.9.27-dev" +version = "0.9.27" edition = "2021" [features]