From f8ba35356016a8dd76578911a2e35690935b7ebe Mon Sep 17 00:00:00 2001 From: Andrew Cassidy Date: Mon, 26 Aug 2024 23:52:01 -0700 Subject: [PATCH] Release Version 1.0.3 ### Changed - Adjusted dependencies. Click <8 is no longer supported - When stdout is not a tty, only the output file path is printed ### Added - Added Github Action --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ac0ffb..2705e6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## Version 1.0.3 - 2024-08-27 + +### Changed + +- Adjusted dependencies. Click <8 is no longer supported +- When stdout is not a tty, only the output file path is printed + +### Added + +- Added Github Action + + ## Version 1.0.2 - 2021-05-12 ### Changed