From cf036bd26c2aaee8ad0049563ca3243709100890 Mon Sep 17 00:00:00 2001 From: LeMarsu Date: Mon, 3 Jun 2024 03:29:16 +0200 Subject: [PATCH] chore: bump version --- CHANGELOG.md | 24 ++++++++++++++++++++++++ VERSION | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f0dcc1..ec4d676 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,30 @@ All notable changes to this project will be documented in this file. +## [0.0.7] - 2024-06-03 + +### Features + +- Add `version` Sloth subcommand +- Add `viAlias` and `vimAlias` mkNeovimPkg options +- Add `vimdiffAlias` and `nvimdiffAlias` mkNeovimPkg options + +### Bug Fixes + +- Init function is called before plugin is loaded + +### Documentation + +- Fix url in the import example + +### Refactor + +- Extract all dep logic in Dep object +- Extract Sloth command code in its own module +- Split Sloth subcommands in their own files +- Deps provides accessors via metatables +- Deps are now loaded via a FSM + ## [0.0.6] - 2024-05-30 ### Features diff --git a/VERSION b/VERSION index 1750564..5a5831a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.6 +0.0.7