From 1602ba9583ab92c0664d62912e10aa7c8dad03c4 Mon Sep 17 00:00:00 2001 From: CI Bot Date: Wed, 28 Sep 2022 07:04:30 +0000 Subject: [PATCH] ci(release): release version 0.3.5 --- CHANGELOG.md | 21 +++++++++++++++++++++ Cargo.lock | 16 ++++++++-------- cli/Cargo.toml | 2 +- galoy-client/Cargo.toml | 2 +- hedging/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 +- 10 files changed, 37 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bedfd718..9f02f618e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +# [stablesats release v0.3.5](https://github.com/GaloyMoney/stablesats/releases/tag/v0.3.5) + + +### Bug Fixes + +- Clippy +- Identify okex service unavailable + +### Features + +- Throttle price tick publishing (#129) + +### Miscellaneous Tasks + +- Bump thiserror from 1.0.36 to 1.0.37 (#133) +- Bump tokio from 1.21.1 to 1.21.2 (#132) +- Shared JobExecutor (#131) +- Persist okex orders (#130) +- Bump governor from 0.4.2 to 0.5.0 (#120) +- Bump thiserror from 1.0.35 to 1.0.36 (#128) + # [stablesats release v0.3.4](https://github.com/GaloyMoney/stablesats/releases/tag/v0.3.4) diff --git a/Cargo.lock b/Cargo.lock index 48e823877..ff124d6cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -789,7 +789,7 @@ dependencies = [ [[package]] name = "galoy-client" -version = "0.3.5-dev" +version = "0.3.5" dependencies = [ "anyhow", "chrono", @@ -950,7 +950,7 @@ dependencies = [ [[package]] name = "hedging" -version = "0.3.5-dev" +version = "0.3.5" dependencies = [ "anyhow", "chrono", @@ -1393,7 +1393,7 @@ dependencies = [ [[package]] name = "okex-client" -version = "0.3.5-dev" +version = "0.3.5" dependencies = [ "anyhow", "chrono", @@ -1415,7 +1415,7 @@ dependencies = [ [[package]] name = "okex-price" -version = "0.3.5-dev" +version = "0.3.5" dependencies = [ "anyhow", "chrono", @@ -1713,7 +1713,7 @@ dependencies = [ [[package]] name = "price-server" -version = "0.3.5-dev" +version = "0.3.5" dependencies = [ "anyhow", "axum-core", @@ -2487,7 +2487,7 @@ dependencies = [ [[package]] name = "stablesats" -version = "0.3.5-dev" +version = "0.3.5" dependencies = [ "anyhow", "axum", @@ -2515,7 +2515,7 @@ dependencies = [ [[package]] name = "stablesats-shared" -version = "0.3.5-dev" +version = "0.3.5" dependencies = [ "anyhow", "chrono", @@ -3097,7 +3097,7 @@ dependencies = [ [[package]] name = "user-trades" -version = "0.3.5-dev" +version = "0.3.5" dependencies = [ "anyhow", "chrono", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 1aa29e4b4..dc1edbfa4 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stablesats" -version = "0.3.5-dev" +version = "0.3.5" edition = "2021" authors = ["Justin Carter "] license = "MIT" diff --git a/galoy-client/Cargo.toml b/galoy-client/Cargo.toml index 0205ce2d5..15c50d378 100644 --- a/galoy-client/Cargo.toml +++ b/galoy-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "galoy-client" -version = "0.3.5-dev" +version = "0.3.5" edition = "2021" [features] diff --git a/hedging/Cargo.toml b/hedging/Cargo.toml index 29e9da43b..986a8bb06 100644 --- a/hedging/Cargo.toml +++ b/hedging/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hedging" -version = "0.3.5-dev" +version = "0.3.5" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/okex-client/Cargo.toml b/okex-client/Cargo.toml index ba0adfd8d..cc6b4d6d8 100644 --- a/okex-client/Cargo.toml +++ b/okex-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "okex-client" -version = "0.3.5-dev" +version = "0.3.5" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/okex-price/Cargo.toml b/okex-price/Cargo.toml index 7dc62f7d3..b09f8926b 100644 --- a/okex-price/Cargo.toml +++ b/okex-price/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "okex-price" -version = "0.3.5-dev" +version = "0.3.5" edition = "2021" authors = ["Justin Carter "] license = "MIT" diff --git a/price-server/Cargo.toml b/price-server/Cargo.toml index fde96f79b..115fe43ed 100644 --- a/price-server/Cargo.toml +++ b/price-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "price-server" -version = "0.3.5-dev" +version = "0.3.5" edition = "2021" authors = ["Justin Carter "] license = "MIT" diff --git a/shared/Cargo.toml b/shared/Cargo.toml index 58c1ea63e..9fe5d591f 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stablesats-shared" -version = "0.3.5-dev" +version = "0.3.5" edition = "2021" authors = ["Justin Carter "] license = "MIT" diff --git a/user-trades/Cargo.toml b/user-trades/Cargo.toml index 582ebf2c8..c7f5ee78c 100644 --- a/user-trades/Cargo.toml +++ b/user-trades/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "user-trades" -version = "0.3.5-dev" +version = "0.3.5" edition = "2021" [features]