From 5aaf408911224657e01c050769881c7f2bad8f6c Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Mon, 16 Mar 2020 14:27:43 -0700 Subject: [PATCH] Bump version to 0.10.0 This change bumps the crate to version 0.10.0. The following notable changes have been made since 0.9.0: - Added average_fill_price to Order type - Fixed issue when deserializing non-trade activity object without a quantity --- CHANGELOG.md | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b0d8e3b..7c043895 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -Unreleased ----------- +0.10.0 +------ - Added `average_fill_price` to `Order` type - Fixed issue when deserializing non-trade activity object without a quantity diff --git a/Cargo.toml b/Cargo.toml index bbb4d7b8..92130191 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apca" -version = "0.9.0" +version = "0.10.0" edition = "2018" authors = ["Daniel Mueller "] license = "GPL-3.0-or-later"