chore: bump version

main 0.0.7
LeMarsu 2024-06-03 03:29:16 +02:00
parent 2eaecf17a0
commit cf036bd26c
2 changed files with 25 additions and 1 deletions

View File

@ -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

View File

@ -1 +1 @@
0.0.6
0.0.7