Skip to content

Commit 47a7e18

Browse files
committed
Bump version to 0.27.0
This change bumps the crate to version 0.27.0. The following notable changes have been made since 0.26.2: - Added support for overwriting default realtime data bar, quote, and trade types - Added support for working with custom v2 realtime data streaming URLs - Added FillOrKill and ImmediateOrCancel variants to api::v2::order::TimeInForce type - Changed various data::v2::stream::{Bar, Quote, Trade} members from u64 to Num - Switched to using new stream authentication request message format - Adjusted publish workflow to also create GitHub release and Git tag
1 parent daaf675 commit 47a7e18

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
Unreleased
2-
----------
1+
0.27.0
2+
------
33
- Added support for overwriting default realtime data bar, quote, and
44
trade types
55
- Added support for working with custom v2 realtime data streaming URLs
66
- Added `FillOrKill` and `ImmediateOrCancel` variants to
77
`api::v2::order::TimeInForce` type
8-
- Changed various `data::v2::stream::{Bar, Quote, Trade}` member from
8+
- Changed various `data::v2::stream::{Bar, Quote, Trade}` members from
99
`u64` to `Num`
1010
- Switched to using new stream authentication request message format
1111
- Adjusted publish workflow to also create GitHub release and Git tag

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "apca"
3-
version = "0.26.2"
3+
version = "0.27.0"
44
edition = "2021"
55
rust-version = "1.59"
66
authors = ["Daniel Mueller <[email protected]>"]

0 commit comments

Comments
 (0)