From 4ae336627cfd13c642b36116767f6e5ea4fdea03 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Thu, 23 Apr 2020 08:12:26 -0700 Subject: [PATCH] Bump version to 0.14.0 This change bumps the crate to version 0.14.0. The following notable changes have been made since 0.13.0: - Added example illustrating how to submit a limit order - Bumped http-endpoint dependency to 0.2 --- CHANGELOG.md | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01b06b08..634f7283 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -Unreleased ----------- +0.14.0 +------ - Added example illustrating how to submit a limit order - Bumped `http-endpoint` dependency to `0.2` diff --git a/Cargo.toml b/Cargo.toml index 25e4625b..72824861 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apca" -version = "0.13.0" +version = "0.14.0" edition = "2018" authors = ["Daniel Mueller "] license = "GPL-3.0-or-later"