Skip to content

Commit

Permalink
ci(release): release version 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
galoybot committed Sep 28, 2022
1 parent 6977dfc commit 1602ba9
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 16 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [stablesats release v0.3.5](https://github.com/GaloyMoney/stablesats/releases/tag/v0.3.5)


### Bug Fixes

- Clippy
- Identify okex service unavailable

### Features

- Throttle price tick publishing (#129)

### Miscellaneous Tasks

- Bump thiserror from 1.0.36 to 1.0.37 (#133)
- Bump tokio from 1.21.1 to 1.21.2 (#132)
- Shared JobExecutor (#131)
- Persist okex orders (#130)
- Bump governor from 0.4.2 to 0.5.0 (#120)
- Bump thiserror from 1.0.35 to 1.0.36 (#128)

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


Expand Down
16 changes: 8 additions & 8 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.5-dev"
version = "0.3.5"
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.5-dev"
version = "0.3.5"
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.5-dev"
version = "0.3.5"
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-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "okex-client"
version = "0.3.5-dev"
version = "0.3.5"
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.5-dev"
version = "0.3.5"
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.5-dev"
version = "0.3.5"
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.5-dev"
version = "0.3.5"
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.5-dev"
version = "0.3.5"
edition = "2021"

[features]
Expand Down

0 comments on commit 1602ba9

Please sign in to comment.