From 7a365501b5ad1c8633abd050e84486a1f4b92e06 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Sun, 21 Jun 2020 10:15:28 -0700 Subject: [PATCH] Bump version to 0.1.1 This change bumps the program's version to 0.1.1. The following notable changes have been made since 0.1.0: - Print ID of changed order for 'order change' command - Use default terminal foreground color instead of black for indicating no gains/losses - Enabled CI pipeline comprising building and linting of the project - Added badge indicating pipeline status - Bumped apca dependency to 0.15 --- CHANGELOG.md | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bfb494..e428a0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -Unreleased ----------- +0.1.1 +----- - Print ID of changed order for `order change` command - Use default terminal foreground color instead of black for indicating no gains/losses diff --git a/Cargo.toml b/Cargo.toml index 0d086b7..c744957 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apcacli" -version = "0.1.0" +version = "0.1.1" authors = ["Daniel Mueller "] edition = "2018" license = "GPL-3.0-or-later"