diff --git a/CHANGELOG.md b/CHANGELOG.md index bcba82f..c634b4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,18 @@ +## v0.1.2 (2024-07-01) + +### Feat + +- add default task +- add `quiet` and allow per-task overriding +- add `deps` property to tasks + +### Fix + +- hide output in quiet mode + +### Refactor + +- move task-related stuff to `task.rs` +- remove `paris` from deps + ## v0.1.1 (2024-07-01) diff --git a/Cargo.toml b/Cargo.toml index 3d22e2b..17f99c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "braise" -version = "0.1.1" +version = "0.1.2" edition = "2021" license-file = "LICENSE" description = "Run your tasks like a chef !"