Skip to content

Commit

Permalink
Release 0.9.20 #128
Browse files Browse the repository at this point in the history
  • Loading branch information
xonixx committed Feb 14, 2023
1 parent 6094e90 commit 698e90b
Show file tree
Hide file tree
Showing 5 changed files with 524 additions and 545 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.9.20
- Parameterized goals [#115](https://github.com/xonixx/makesure/issues/115).
- Fixes and refactorings.

## v0.9.19
- Minor fixes to `@reached_if` in [#113](https://github.com/xonixx/makesure/issues/113)
- Minor fixes to `@lib` in [#111](https://github.com/xonixx/makesure/issues/111)
Expand Down
2 changes: 1 addition & 1 deletion Makesurefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# vim: syntax=bash
@options timing

@define NEXT_VERSION='0.9.19'
@define NEXT_VERSION='0.9.20'
@define GOAWK_VERSION='1.21.0'
@define JUST_VERSION='1.3.0'
@define GOAWK="goawk$GOAWK_VERSION"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ By default, all scripts inside goals are executed with `bash`. If you want to us

```
$ ./makesure -h
makesure ver. 0.9.19
makesure ver. 0.9.20
Usage: makesure [options...] [-f buildfile] [goals...]
-f,--file buildfile
set buildfile to use (default Makesurefile)
Expand Down
Loading

0 comments on commit 698e90b

Please sign in to comment.