Skip to content

Commit

Permalink
bump: version 0.1.1 → 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cestef committed Jul 1, 2024
1 parent 352ac4f commit aa609f1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 !"
Expand Down

0 comments on commit aa609f1

Please sign in to comment.