From a39665747d23db9337ba91935fab13dc1c8c3939 Mon Sep 17 00:00:00 2001 From: Dan Jones Date: Sat, 2 Mar 2024 15:06:43 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Added=20CHANGELOG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..122a538 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +## [0.0.1] - 2024-03-02 + +🎉 Initial release. + +For this first release, we only have the initial `my-log drop` command implemented, which adds the ability to add new entries to a log. + +We also have `my-log config` to create the initial config file. + +Parsing the log files will be added to a future release, but the generated logs are compatible with [droplogger](https://github.com/goodevilgenius/droplogger), which can still be used. + +### Added + +- `my-log drop`: adds a new log entry +- `my-log config`: copies the default config to the default file location