From aa609f1096745208cb4da7c02a0a396c79b014c3 Mon Sep 17 00:00:00 2001 From: cstef Date: Mon, 1 Jul 2024 16:01:57 +0200 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.1.1=20=E2=86=92=200.1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 17 +++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) 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 !"