From c25edc5d788815ed108bf864f1bcdf03b6555e9d Mon Sep 17 00:00:00 2001 From: Andrew Woodlee Date: Tue, 19 Nov 2024 20:19:48 -0600 Subject: [PATCH] add changelog --- .changes/v0.5.0.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .changes/v0.5.0.md diff --git a/.changes/v0.5.0.md b/.changes/v0.5.0.md new file mode 100644 index 0000000..54c359f --- /dev/null +++ b/.changes/v0.5.0.md @@ -0,0 +1,9 @@ +## v0.5.0 - 2024-11-19 +### Added +* Lists can now go in a file. See docs for more information. +* new commands.[name].type: script. Works just like scriptFile, but can take arguments. +* Hooks for Commands.[name]. Error, success, and final. [#12] +### Changed +* GetKnownHosts is now a method of Host +### Fixed +* make command logger be used for errors, not just when running the command