From c8ef7f6da5dc200f2b6bb9f351b8983b524aea11 Mon Sep 17 00:00:00 2001 From: CI Bot Date: Tue, 20 Jun 2023 01:57:31 +0000 Subject: [PATCH] ci(release): release version 0.9.9 --- 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 5169f25d3..61e153644 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [stablesats release v0.9.9](https://github.com/GaloyMoney/stablesats-rs/releases/tag/0.9.9) + + +### Bug Fixes + +- Migration column default to now +- Sqlx json file +- Galoy_transactions polling + +### Features + +- Re-import unpaired galoy transactions +- Add fetch tx cursor to re-import old unpaired +- Add last checked column to galoy transactions + # [stablesats release v0.9.8](https://github.com/GaloyMoney/stablesats-rs/releases/tag/0.9.8) diff --git a/Cargo.lock b/Cargo.lock index 5bca624e3..575102fde 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -257,7 +257,7 @@ checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" [[package]] name = "bitfinex-client" -version = "0.9.9-dev" +version = "0.9.9" dependencies = [ "anyhow", "chrono", @@ -281,7 +281,7 @@ dependencies = [ [[package]] name = "bitfinex-price" -version = "0.9.9-dev" +version = "0.9.9" dependencies = [ "anyhow", "chrono", @@ -1139,7 +1139,7 @@ dependencies = [ [[package]] name = "galoy-client" -version = "0.9.9-dev" +version = "0.9.9" dependencies = [ "anyhow", "chrono", @@ -1313,7 +1313,7 @@ dependencies = [ [[package]] name = "hedging" -version = "0.9.9-dev" +version = "0.9.9" dependencies = [ "anyhow", "bitfinex-client", @@ -1857,7 +1857,7 @@ dependencies = [ [[package]] name = "okex-client" -version = "0.9.9-dev" +version = "0.9.9" dependencies = [ "anyhow", "chrono", @@ -1880,7 +1880,7 @@ dependencies = [ [[package]] name = "okex-price" -version = "0.9.9-dev" +version = "0.9.9" dependencies = [ "anyhow", "chrono", @@ -2213,7 +2213,7 @@ dependencies = [ [[package]] name = "price-server" -version = "0.9.9-dev" +version = "0.9.9" dependencies = [ "anyhow", "async-trait", @@ -3123,7 +3123,7 @@ dependencies = [ [[package]] name = "stablesats" -version = "0.9.9-dev" +version = "0.9.9" dependencies = [ "anyhow", "axum", @@ -3154,7 +3154,7 @@ dependencies = [ [[package]] name = "stablesats-ledger" -version = "0.9.9-dev" +version = "0.9.9" dependencies = [ "anyhow", "chrono", @@ -3173,7 +3173,7 @@ dependencies = [ [[package]] name = "stablesats-shared" -version = "0.9.9-dev" +version = "0.9.9" dependencies = [ "anyhow", "chrono", @@ -3809,7 +3809,7 @@ dependencies = [ [[package]] name = "user-trades" -version = "0.9.9-dev" +version = "0.9.9" dependencies = [ "anyhow", "chrono", diff --git a/bitfinex-client/Cargo.toml b/bitfinex-client/Cargo.toml index 9923e6e9a..ea9e4267f 100644 --- a/bitfinex-client/Cargo.toml +++ b/bitfinex-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitfinex-client" -version = "0.9.9-dev" +version = "0.9.9" edition = "2021" [features] diff --git a/bitfinex-price/Cargo.toml b/bitfinex-price/Cargo.toml index 22cb86345..150770285 100644 --- a/bitfinex-price/Cargo.toml +++ b/bitfinex-price/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitfinex-price" -version = "0.9.9-dev" +version = "0.9.9" edition = "2021" authors = ["Sebastien Verreault "] license = "MIT" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 3591879d5..09fafb3f1 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stablesats" -version = "0.9.9-dev" +version = "0.9.9" edition = "2021" authors = ["Justin Carter "] license = "MIT" diff --git a/galoy-client/Cargo.toml b/galoy-client/Cargo.toml index 7be6e1be6..d6656ecd9 100644 --- a/galoy-client/Cargo.toml +++ b/galoy-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "galoy-client" -version = "0.9.9-dev" +version = "0.9.9" edition = "2021" [features] diff --git a/hedging/Cargo.toml b/hedging/Cargo.toml index bf3b06b88..72aa31452 100644 --- a/hedging/Cargo.toml +++ b/hedging/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hedging" -version = "0.9.9-dev" +version = "0.9.9" edition = "2021" [features] diff --git a/ledger/Cargo.toml b/ledger/Cargo.toml index 24d0ce0f9..05078a519 100644 --- a/ledger/Cargo.toml +++ b/ledger/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stablesats-ledger" -version = "0.9.9-dev" +version = "0.9.9" edition = "2021" diff --git a/okex-client/Cargo.toml b/okex-client/Cargo.toml index 9784be609..3d2e10649 100644 --- a/okex-client/Cargo.toml +++ b/okex-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "okex-client" -version = "0.9.9-dev" +version = "0.9.9" edition = "2021" [features] diff --git a/okex-price/Cargo.toml b/okex-price/Cargo.toml index d9eb5ee1c..c130ec7f7 100644 --- a/okex-price/Cargo.toml +++ b/okex-price/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "okex-price" -version = "0.9.9-dev" +version = "0.9.9" edition = "2021" authors = ["Justin Carter "] license = "MIT" diff --git a/price-server/Cargo.toml b/price-server/Cargo.toml index 668073ac2..cc6c0bbb3 100644 --- a/price-server/Cargo.toml +++ b/price-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "price-server" -version = "0.9.9-dev" +version = "0.9.9" edition = "2021" authors = ["Justin Carter "] license = "MIT" diff --git a/shared/Cargo.toml b/shared/Cargo.toml index d4e2c0156..7db21d827 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stablesats-shared" -version = "0.9.9-dev" +version = "0.9.9" edition = "2021" authors = ["Justin Carter "] license = "MIT" diff --git a/user-trades/Cargo.toml b/user-trades/Cargo.toml index 39dcf06c6..bb510aedb 100644 --- a/user-trades/Cargo.toml +++ b/user-trades/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "user-trades" -version = "0.9.9-dev" +version = "0.9.9" edition = "2021" [features]