Skip to content

Commit

Permalink
bump: version 0.1.4 → 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cestef committed Jul 2, 2024
1 parent 6bb5b9d commit a21e47c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v0.1.5 (2024-07-02)

### Feat

- add `--init` command to generate a sample braise.toml file with the schema included

### Fix

- set runs-on as an array in the schema

## v0.1.4 (2024-07-01)

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

0 comments on commit a21e47c

Please sign in to comment.