diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b894babf..8268b02f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# [stablesats release v0.3.3](https://github.com/GaloyMoney/stablesats/releases/tag/v0.3.3) + + +### Bug Fixes + +- Pairing of ln user-trades + +### Miscellaneous Tasks + +- Bump clap from 3.2.21 to 3.2.22 + # [stablesats release v0.3.2](https://github.com/GaloyMoney/stablesats/releases/tag/v0.3.2) diff --git a/Cargo.lock b/Cargo.lock index dde3c771e..dc696e914 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -756,7 +756,7 @@ dependencies = [ [[package]] name = "galoy-client" -version = "0.3.3-dev" +version = "0.3.3" dependencies = [ "anyhow", "chrono", @@ -916,7 +916,7 @@ dependencies = [ [[package]] name = "hedging" -version = "0.3.3-dev" +version = "0.3.3" dependencies = [ "anyhow", "chrono", @@ -1360,7 +1360,7 @@ dependencies = [ [[package]] name = "okex-client" -version = "0.3.3-dev" +version = "0.3.3" dependencies = [ "anyhow", "chrono", @@ -1381,7 +1381,7 @@ dependencies = [ [[package]] name = "okex-price" -version = "0.3.3-dev" +version = "0.3.3" dependencies = [ "anyhow", "chrono", @@ -1650,7 +1650,7 @@ dependencies = [ [[package]] name = "price-server" -version = "0.3.3-dev" +version = "0.3.3" dependencies = [ "anyhow", "axum-core", @@ -2424,7 +2424,7 @@ dependencies = [ [[package]] name = "stablesats" -version = "0.3.3-dev" +version = "0.3.3" dependencies = [ "anyhow", "clap", @@ -2451,7 +2451,7 @@ dependencies = [ [[package]] name = "stablesats-shared" -version = "0.3.3-dev" +version = "0.3.3" dependencies = [ "anyhow", "chrono", @@ -3028,7 +3028,7 @@ dependencies = [ [[package]] name = "user-trades" -version = "0.3.3-dev" +version = "0.3.3" dependencies = [ "anyhow", "chrono", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 55666bbac..c7e9d7c4e 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stablesats" -version = "0.3.3-dev" +version = "0.3.3" edition = "2021" authors = ["Justin Carter "] license = "MIT" diff --git a/galoy-client/Cargo.toml b/galoy-client/Cargo.toml index 5241514f2..7720cdf81 100644 --- a/galoy-client/Cargo.toml +++ b/galoy-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "galoy-client" -version = "0.3.3-dev" +version = "0.3.3" edition = "2021" [features] diff --git a/hedging/Cargo.toml b/hedging/Cargo.toml index 82cabe9f3..553684a94 100644 --- a/hedging/Cargo.toml +++ b/hedging/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hedging" -version = "0.3.3-dev" +version = "0.3.3" 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 5b41a05c9..e91831cce 100644 --- a/okex-client/Cargo.toml +++ b/okex-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "okex-client" -version = "0.3.3-dev" +version = "0.3.3" 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 cce82a307..e9ac637eb 100644 --- a/okex-price/Cargo.toml +++ b/okex-price/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "okex-price" -version = "0.3.3-dev" +version = "0.3.3" edition = "2021" authors = ["Justin Carter "] license = "MIT" diff --git a/price-server/Cargo.toml b/price-server/Cargo.toml index 07e69dd32..dc513b769 100644 --- a/price-server/Cargo.toml +++ b/price-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "price-server" -version = "0.3.3-dev" +version = "0.3.3" edition = "2021" authors = ["Justin Carter "] license = "MIT" diff --git a/shared/Cargo.toml b/shared/Cargo.toml index c1471ed4b..fb8d5ac69 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stablesats-shared" -version = "0.3.3-dev" +version = "0.3.3" edition = "2021" authors = ["Justin Carter "] license = "MIT" diff --git a/user-trades/Cargo.toml b/user-trades/Cargo.toml index d001a9b75..8adb624a3 100644 --- a/user-trades/Cargo.toml +++ b/user-trades/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "user-trades" -version = "0.3.3-dev" +version = "0.3.3" edition = "2021" [features]