From 6cc28ccab7e187ce3bdab108b0e1aa51b22cad7a Mon Sep 17 00:00:00 2001 From: DataHearth Date: Sun, 2 Oct 2022 18:58:18 +0200 Subject: [PATCH] chore: update CHANGELOG v0.1.0 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..247b5c4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ + + +## v0.1.0 (2022-10-02) + +### Code Refactoring + +* move main package to root dir +* init command + +### Features + +* add alias command +* add ls-remote command +* add remove feature + refactor +* add use, init and ls commands +* fetch tags and find latest release +