From 3f720ac388290e0b4873e1bea0bffb381bfabdb8 Mon Sep 17 00:00:00 2001 From: CI Bot Date: Wed, 15 Mar 2023 11:39:20 +0000 Subject: [PATCH] ci(release): release version 0.9.2 --- CHANGELOG.md | 15 +++++++++++++++ Cargo.lock | 22 +++++++++++----------- bitfinex-client/Cargo.toml | 2 +- bitfinex-price/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 +- 13 files changed, 37 insertions(+), 22 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b7b3ac89..96b0e7fd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [stablesats release v0.9.2](https://github.com/GaloyMoney/stablesats-rs/releases/tag/0.9.2) + + +### Bug Fixes + +- Zero exposure from api response (#321) + +### Miscellaneous Tasks + +- Bump futures from 0.3.26 to 0.3.27 (#317) +- Bump chrono from 0.4.23 to 0.4.24 (#319) +- Bump serde from 1.0.152 to 1.0.156 (#318) +- Bump axum from 0.6.9 to 0.6.11 (#320) +- Bump serde_with from 2.2.0 to 2.3.1 (#316) + # [stablesats release v0.9.1](https://github.com/GaloyMoney/stablesats-rs/releases/tag/0.9.1) diff --git a/Cargo.lock b/Cargo.lock index ee9908c56..9884cb9f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -238,7 +238,7 @@ checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" [[package]] name = "bitfinex-client" -version = "0.9.2-dev" +version = "0.9.2" dependencies = [ "anyhow", "chrono", @@ -262,7 +262,7 @@ dependencies = [ [[package]] name = "bitfinex-price" -version = "0.9.2-dev" +version = "0.9.2" dependencies = [ "anyhow", "chrono", @@ -1099,7 +1099,7 @@ dependencies = [ [[package]] name = "galoy-client" -version = "0.9.2-dev" +version = "0.9.2" dependencies = [ "anyhow", "chrono", @@ -1273,7 +1273,7 @@ dependencies = [ [[package]] name = "hedging" -version = "0.9.2-dev" +version = "0.9.2" dependencies = [ "anyhow", "bitfinex-client", @@ -1809,7 +1809,7 @@ dependencies = [ [[package]] name = "okex-client" -version = "0.9.2-dev" +version = "0.9.2" dependencies = [ "anyhow", "chrono", @@ -1832,7 +1832,7 @@ dependencies = [ [[package]] name = "okex-price" -version = "0.9.2-dev" +version = "0.9.2" dependencies = [ "anyhow", "chrono", @@ -2172,7 +2172,7 @@ dependencies = [ [[package]] name = "price-server" -version = "0.9.2-dev" +version = "0.9.2" dependencies = [ "anyhow", "async-trait", @@ -3093,7 +3093,7 @@ dependencies = [ [[package]] name = "stablesats" -version = "0.9.2-dev" +version = "0.9.2" dependencies = [ "anyhow", "axum", @@ -3124,7 +3124,7 @@ dependencies = [ [[package]] name = "stablesats-ledger" -version = "0.9.2-dev" +version = "0.9.2" dependencies = [ "anyhow", "chrono", @@ -3143,7 +3143,7 @@ dependencies = [ [[package]] name = "stablesats-shared" -version = "0.9.2-dev" +version = "0.9.2" dependencies = [ "anyhow", "chrono", @@ -3780,7 +3780,7 @@ dependencies = [ [[package]] name = "user-trades" -version = "0.9.2-dev" +version = "0.9.2" dependencies = [ "anyhow", "chrono", diff --git a/bitfinex-client/Cargo.toml b/bitfinex-client/Cargo.toml index f99d2cf37..d37307f37 100644 --- a/bitfinex-client/Cargo.toml +++ b/bitfinex-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitfinex-client" -version = "0.9.2-dev" +version = "0.9.2" edition = "2021" [features] diff --git a/bitfinex-price/Cargo.toml b/bitfinex-price/Cargo.toml index fd5562ea4..e308df949 100644 --- a/bitfinex-price/Cargo.toml +++ b/bitfinex-price/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitfinex-price" -version = "0.9.2-dev" +version = "0.9.2" edition = "2021" authors = ["Sebastien Verreault "] license = "MIT" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 6a135e4dd..0278cf26e 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stablesats" -version = "0.9.2-dev" +version = "0.9.2" edition = "2021" authors = ["Justin Carter "] license = "MIT" diff --git a/galoy-client/Cargo.toml b/galoy-client/Cargo.toml index 9266b162c..fc13afcf7 100644 --- a/galoy-client/Cargo.toml +++ b/galoy-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "galoy-client" -version = "0.9.2-dev" +version = "0.9.2" edition = "2021" [features] diff --git a/hedging/Cargo.toml b/hedging/Cargo.toml index 395cd8d2a..aaaf07a48 100644 --- a/hedging/Cargo.toml +++ b/hedging/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hedging" -version = "0.9.2-dev" +version = "0.9.2" edition = "2021" [features] diff --git a/ledger/Cargo.toml b/ledger/Cargo.toml index fc211fd38..c974d5737 100644 --- a/ledger/Cargo.toml +++ b/ledger/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stablesats-ledger" -version = "0.9.2-dev" +version = "0.9.2" edition = "2021" diff --git a/okex-client/Cargo.toml b/okex-client/Cargo.toml index 99b5f45ed..15bbdc230 100644 --- a/okex-client/Cargo.toml +++ b/okex-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "okex-client" -version = "0.9.2-dev" +version = "0.9.2" edition = "2021" [features] diff --git a/okex-price/Cargo.toml b/okex-price/Cargo.toml index f7419e87d..7f4b20d4d 100644 --- a/okex-price/Cargo.toml +++ b/okex-price/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "okex-price" -version = "0.9.2-dev" +version = "0.9.2" edition = "2021" authors = ["Justin Carter "] license = "MIT" diff --git a/price-server/Cargo.toml b/price-server/Cargo.toml index 54dbb0d21..aa9f1d811 100644 --- a/price-server/Cargo.toml +++ b/price-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "price-server" -version = "0.9.2-dev" +version = "0.9.2" edition = "2021" authors = ["Justin Carter "] license = "MIT" diff --git a/shared/Cargo.toml b/shared/Cargo.toml index a24583fba..159111c2c 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stablesats-shared" -version = "0.9.2-dev" +version = "0.9.2" edition = "2021" authors = ["Justin Carter "] license = "MIT" diff --git a/user-trades/Cargo.toml b/user-trades/Cargo.toml index 89500ab57..b4db41ec5 100644 --- a/user-trades/Cargo.toml +++ b/user-trades/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "user-trades" -version = "0.9.2-dev" +version = "0.9.2" edition = "2021" [features]