Skip to content

Commit

Permalink
Update changelog for bugfix; bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
brendano257 committed Sep 6, 2024
1 parent 84c3a81 commit e5efd78
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
- Considering package re-organization for better imports etc.
- Convenient type defs and functions for verbose type signatures like `Box<Arc<Mutex<dyn SecretsProvider>>>`

### v0.4.2

- Fix `ExecutionResult` for trigger orders, where `actual_price`, `peak_price`, `last_price`, and `timestamp` are not
necessarily provided

### v0.4.1

- Fix parsing of `ExecutionResult` after addition of new fields
Expand Down
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kraken-async-rs"
version = "0.4.1"
version = "0.4.2"
edition = "2021"
authors = ["Brendan Blanchard"]
description = "An async REST and WSS client for the Kraken Pro APIs"
Expand Down

0 comments on commit e5efd78

Please sign in to comment.