Skip to content

Commit

Permalink
ci(release): release version 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
galoybot committed Aug 13, 2022
1 parent 02ea411 commit e2ab18d
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 10 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
# [stablesats release v0.1.8](https://github.com/GaloyMoney/stablesats/releases/tag/v0.1.8)


### Bug Fixes

- Price calculation use cases
- Allow for 30 seconds price latency

### Features

- Tracing for e2e galoy demo
- Add fund transfer function to OkexClient
- OkexClient.get_deposit_address

### Miscellaneous Tasks

- Bump anyhow from 1.0.60 to 1.0.61
- Bump chrono from 0.4.20 to 0.4.21
- Url arg is not an arg_enum

### Refactor

- Introduce CurrencyConverter
- Rename transfer => transfer_funder_to_trading
- Move sign_okex_request into headers hepler
- Extract common header creation
- Extract signing function
- Extract OKEX_API_URL

# [stablesats release v0.1.7](https://github.com/GaloyMoney/stablesats/releases/tag/v0.1.7)


Expand Down
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stablesats"
version = "0.1.8-dev"
version = "0.1.8"
edition = "2021"
authors = ["Justin Carter <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion okex-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "okex-client"
version = "0.1.0"
version = "0.1.8"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion okex-price/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "okex-price"
version = "0.1.8-dev"
version = "0.1.8"
edition = "2021"
authors = ["Justin Carter <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion price-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "price-server"
version = "0.1.8-dev"
version = "0.1.8"
edition = "2021"
authors = ["Justin Carter <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion shared/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stablesats-shared"
version = "0.1.8-dev"
version = "0.1.8"
edition = "2021"
authors = ["Justin Carter <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit e2ab18d

Please sign in to comment.