From ebebfa00f37dddc2efd6290cd83b4479788432de Mon Sep 17 00:00:00 2001 From: Ryan Reed Date: Sun, 17 Jul 2022 21:57:18 -0400 Subject: [PATCH] Updating CHANGELOG formatting --- CHANGELOG.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ba33bd..4a9b46c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,23 @@ -# 1.0.2 (2022-07-17) +# Change Log -## Features +## 1.0.2 (2022-07-17) -* Made `name` argument optional when using the `transpose store` +### Added +* The `name` argument is now optional when using the `transpose store` + +### Changed * Moved `name` argument to end of `transpose store` Note: I'm abusing the versioning a bit as I'm the only user of this tool. Normally, this would be considered a breaking change due to the change in argument order. Shouldn't happen again. -# 1.0.1 (2022-07-16) +## 1.0.1 (2022-07-16) -## Hotfixes +### Fixed * Utilize `expanduser` and `~` in cache files to allow for more portable restorations -# 1.0.0 (2022-07-12) +## 1.0.0 (2022-07-12) Initial release