chore: bump version

main 0.0.9
LeMarsu 2024-06-09 02:02:47 +02:00
parent af9565fa95
commit 182c7cd83d
2 changed files with 23 additions and 1 deletions

View File

@ -2,6 +2,28 @@
All notable changes to this project will be documented in this file.
## [0.0.9] - 2024-06-09
### Features
- Sloth command has now completion
- Add describe subcommand
- Introduce mkPluginsFromInputs function
### Bug Fixes
- Init/config are loaded to on-the-fly build plugins
- Plugins with init are now loaded as they should be
### Refactor
- Filters are now fully dynamic
### Miscellaneous Tasks
- Remove sourcesWith fn, using lib.fileset
- Move back to flake-utils
## [0.0.8] - 2024-06-04
### Features

View File

@ -1 +1 @@
0.0.8
0.0.9