Skip to content

Commit

Permalink
ci(release): release version 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
galoybot committed Aug 15, 2022
1 parent 698cb07 commit f79f885
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 10 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# [stablesats release v0.1.9](https://github.com/GaloyMoney/stablesats/releases/tag/v0.1.9)


### Bug Fixes

- Fees config test
- Fee defaults
- Buy/sell naming has BTC as base currency

### Documentation

- Stablesats.yml contains tracing key

### Miscellaneous Tasks

- Bump clap from 3.2.16 to 3.2.17
- Bump futures from 0.3.21 to 0.3.23
- Bump serde_yaml from 0.9.4 to 0.9.9
- Bump chrono from 0.4.21 to 0.4.22
- Output when cli cannot connect to price server

### Refactor

- Add extract_response_data fn - simplify types

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


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.9-dev"
version = "0.1.9"
edition = "2021"
authors = ["Justin Carter <justin@galoy.io>"]
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.9-dev"
version = "0.1.9"
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.9-dev"
version = "0.1.9"
edition = "2021"
authors = ["Justin Carter <justin@galoy.io>"]
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.9-dev"
version = "0.1.9"
edition = "2021"
authors = ["Justin Carter <justin@galoy.io>"]
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.9-dev"
version = "0.1.9"
edition = "2021"
authors = ["Justin Carter <justin@galoy.io>"]
license = "MIT"
Expand Down

0 comments on commit f79f885

Please sign in to comment.