From 72d6b0a4a0266eb1b3ab1b6c17ea90a3020cc152 Mon Sep 17 00:00:00 2001 From: sammyette Date: Wed, 28 Dec 2022 20:53:38 -0400 Subject: [PATCH] chore: add 2.0.1 tag to changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 885cefd..6f80bb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # 🎀 Changelog +## [2.0.1] - 2022-12-28 +### Fixed +- Corrected documentation for hooks, removing outdated `command.no-perm` +- Fixed an issue where `cd` with no args would not update the old pwd +- Tiny documentation enhancements for the `hilbish.timer` interface + ## [2.0.0] - 2022-12-20 **NOTES FOR USERS/PACKAGERS UPDATING:** - Hilbish now uses [Task] insead of Make for builds. @@ -611,6 +617,7 @@ This input for example will prompt for more input to complete: First "stable" release of Hilbish. +[2.0.1]: https://github.com/Rosettea/Hilbish/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/Rosettea/Hilbish/compare/v1.2.0...v2.0.0 [2.0.0-rc1]: https://github.com/Rosettea/Hilbish/compare/v1.2.0...v2.0.0-rc1 [1.2.0]: https://github.com/Rosettea/Hilbish/compare/v1.1.4...v1.2.0