Skip to content

Commit

Permalink
bump: version 0.1.9 → 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
cestef committed Jan 26, 2025
1 parent 492276c commit 252305d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## v0.1.10 (2025-01-26)

### Fix

- support displaying multiple default tasks in `-l`
- display correct path in `-l`
- schema url for `--init`

### Refactor

- use dashmap instead
- task runner
- move helper functions to structs
- move default config to constants
- use `TASKS_SEPARATOR` instead of `,`
- switch from `term_size` to `terminal_size`
- move JSON schema out of `/schema`

## v0.1.9 (2024-09-23)

### Feat
Expand Down
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.9"
version = "0.1.10"
edition = "2021"
license-file = "LICENSE"
description = "Run your tasks like a chef !"
Expand Down

0 comments on commit 252305d

Please sign in to comment.