Skip to content

Commit

Permalink
ci(release): release version 0.3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
galoybot committed Nov 10, 2022
1 parent 952850c commit d398148
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 18 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# [stablesats release v0.3.16](https://github.com/GaloyMoney/stablesats/releases/tag/v0.3.16)


### Bug Fixes

- Implement ref-to-ref conversion for order book (#178)
- Typo in misconfigured account error (#175)

### Features

- Weighted price from order book cache (#181)
- Stream and publish okex order book (#176)
- Kollider-integration (#173)

### Miscellaneous Tasks

- Bump prost from 0.11.0 to 0.11.2 (#179)
- Bump clap from 4.0.18 to 4.0.22 (#180)

### Testing

- Ignore kollider price test

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


Expand Down
18 changes: 9 additions & 9 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.3.16-dev"
version = "0.3.16"
edition = "2021"
authors = ["Justin Carter <justin@galoy.io>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion galoy-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "galoy-client"
version = "0.3.16-dev"
version = "0.3.16"
edition = "2021"

[features]
Expand Down
2 changes: 1 addition & 1 deletion hedging/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hedging"
version = "0.3.16-dev"
version = "0.3.16"
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 kollider-price/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kollider-price"
version = "0.1.0"
version = "0.3.16"
edition = "2021"

[dependencies]
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.3.16-dev"
version = "0.3.16"
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.3.16-dev"
version = "0.3.16"
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.3.16-dev"
version = "0.3.16"
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.3.16-dev"
version = "0.3.16"
edition = "2021"
authors = ["Justin Carter <justin@galoy.io>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion user-trades/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "user-trades"
version = "0.3.16-dev"
version = "0.3.16"
edition = "2021"

[features]
Expand Down

0 comments on commit d398148

Please sign in to comment.