From b7fa6f4dfaa9913f4b14d64195243a47eb558009 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20M=C3=BCller?= Date: Fri, 9 Feb 2024 19:49:31 -0800 Subject: [PATCH] Bump version to 0.1.8 This change bumps the program's version to 0.1.8. The following notable changes have been made since 0.1.7: - Added support for "journal entry" type account activities - Introduced --begin argument to account activity get subcommand - Bumped minimum supported Rust version to 1.63 - Bumped apca dependency to 0.28.0 --- CHANGELOG.md | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9e8786..3d0b1c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -Unreleased ----------- +0.1.8 +----- - Added support for "journal entry" type account activities - Introduced `--begin` argument to `account activity get` subcommand - Bumped minimum supported Rust version to `1.63` diff --git a/Cargo.toml b/Cargo.toml index da05464..0067fac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apcacli" -version = "0.1.7" +version = "0.1.8" authors = ["Daniel Mueller "] edition = "2021" rust-version = "1.63"