From 210a042e3e67196b6ab0b80d8441f3843aaa58c7 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Fri, 27 Mar 2020 10:49:46 -0700 Subject: [PATCH] Bump version to 0.12.0 This change bumps the crate to version 0.12.0. The following notable changes have been made since 0.11.0: - Added support for handling unknown variants for account::Status, asset::Exchange, events::TradeStatus, and order::Status - Added PendingReplace order status variant - Removed serialization support for Exchange enum --- CHANGELOG.md | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50679934..8e87238b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -Unreleased ----------- +0.12.0 +------ - Added support for handling unknown variants for `account::Status`, `asset::Exchange`, `events::TradeStatus`, and `order::Status` - Added `PendingReplace` order status variant diff --git a/Cargo.toml b/Cargo.toml index f0ff6d13..f4fb12f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apca" -version = "0.11.0" +version = "0.12.0" edition = "2018" authors = ["Daniel Mueller "] license = "GPL-3.0-or-later"