Skip to content

Commit

Permalink
Release 0.9.22 #157
Browse files Browse the repository at this point in the history
  • Loading branch information
xonixx committed Jan 6, 2024
1 parent 65315fd commit 0c54a2c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.9.22
- Main theme of this release is allowing glob goals to be parameterized [#155](https://github.com/xonixx/makesure/issues/155)
- Support interpolation including parameterized goal params [#153](https://github.com/xonixx/makesure/issues/153)
- Fixes and improvements.

## v0.9.21
- Main theme of this release is revamping `@define` [#140](https://github.com/xonixx/makesure/issues/140)
- Ability to reference `@define`-d variables in parameterized dependencies [#139](https://github.com/xonixx/makesure/issues/139)
Expand Down
2 changes: 1 addition & 1 deletion Makesurefile
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@

@define COVERPROFILE '/tmp/cov.txt'

@goal file_removed @params F
@goal file_removed @params F @private
rm -f "$F"

@goal _cover_profile_prepared @private
Expand Down

0 comments on commit 0c54a2c

Please sign in to comment.