Skip to content

Commit

Permalink
Bump version to 0.26.0
Browse files Browse the repository at this point in the history
This change bumps the crate to version 0.26.0. The following notable
changes have been made since 0.25.1:
- Added support for historic trade retrieval via data::v2::trades
- Adjusted data::v2::last_quote module to work with multiple symbols and
  renamed it to last_quotes
- Added client_order_id member to api::v2::order::ChangeReq
- Made quantity and time_in_force members of
  api::v2::order::ChangeReq optional
- Added quantity_available member to api::v2::position::Position
- Bumped minimum supported Rust version to 1.59
- Bumped websocket-util dependency to 0.11
- Bumped tokio-tungstenite dependency to 0.18
  • Loading branch information
d-e-s-o committed Jan 13, 2023
1 parent efae48f commit 6e1d090
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Unreleased
----------
0.26.0
------
- Added support for historic trade retrieval via `data::v2::trades`
- Adjusted `data::v2::last_quote` module to work with multiple symbols
and renamed it to `last_quotes`
- Added `client_order_id` member to `api::v2::order::ChangeReq`
- Made `quanity` and `time_in_force` members of
- Made `quantity` and `time_in_force` members of
`api::v2::order::ChangeReq` optional
- Added `quantity_available` member to `api::v2::position::Position`
- Bumped minimum supported Rust version to `1.59`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "apca"
version = "0.25.1"
version = "0.26.0"
edition = "2021"
rust-version = "1.59"
authors = ["Daniel Mueller <deso@posteo.net>"]
Expand Down

0 comments on commit 6e1d090

Please sign in to comment.