Skip to content

Commit 698e90b

Browse files
committed
Release 0.9.20 #128
1 parent 6094e90 commit 698e90b

File tree

5 files changed

+524
-545
lines changed

5 files changed

+524
-545
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.9.20
2+
- Parameterized goals [#115](https://github.com/xonixx/makesure/issues/115).
3+
- Fixes and refactorings.
4+
15
## v0.9.19
26
- Minor fixes to `@reached_if` in [#113](https://github.com/xonixx/makesure/issues/113)
37
- Minor fixes to `@lib` in [#111](https://github.com/xonixx/makesure/issues/111)

Makesurefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# vim: syntax=bash
22
@options timing
33

4-
@define NEXT_VERSION='0.9.19'
4+
@define NEXT_VERSION='0.9.20'
55
@define GOAWK_VERSION='1.21.0'
66
@define JUST_VERSION='1.3.0'
77
@define GOAWK="goawk$GOAWK_VERSION"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ By default, all scripts inside goals are executed with `bash`. If you want to us
5353

5454
```
5555
$ ./makesure -h
56-
makesure ver. 0.9.19
56+
makesure ver. 0.9.20
5757
Usage: makesure [options...] [-f buildfile] [goals...]
5858
-f,--file buildfile
5959
set buildfile to use (default Makesurefile)

0 commit comments

Comments
 (0)