From 3fa0051d6d12a40e18e051a46070789e9a247376 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Sat, 2 Apr 2022 11:17:55 -0700 Subject: [PATCH] Bump version to 0.1.5 This change bumps the program's version to 0.1.5. The following notable changes have been made since 0.1.4: - Added support for historic aggregate bar retrieval via bars subcommand - Added support for specifying the asset class to use to asset list subcommand - Adjusted build script to handle non-existent git command or repository gracefully - Bumped apca dependency to 0.24.0 --- CHANGELOG.md | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 275deb6..4cc0a4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -Unreleased ----------- +0.1.5 +----- - Added support for historic aggregate bar retrieval via `bars` subcommand - Added support for specifying the asset class to use to `asset list` diff --git a/Cargo.toml b/Cargo.toml index 7b2dbf8..fe8be92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apcacli" -version = "0.1.4" +version = "0.1.5" authors = ["Daniel Mueller "] edition = "2021" license = "GPL-3.0-or-later"