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