From de8428cb0c238f2fd8377769a0f186f5c0345dce Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Sat, 3 Apr 2021 14:01:05 -0600 Subject: call it 0.3.0 --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 141021d..67d7242 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,19 @@ Not explicitly aiming for full support for [every GNU make feature](https://www. ## status automated tests only cover a small fraction of this software, so as it stands it's not profoundly reliable. -that said, I test manually on complicated projects, and the current record for most complex project which builds successfully with yapymake is Tcl. +that said, I test manually on complicated projects, and these are known to work as of the last time I checked: +- Tcl +- [uutils coreutils](https://github.com/uutils/coreutils), but only the root makefile so far ## changelog +### v0.3.0 - 2021-04-03 + +- allow installing with `--no-default-features` for pure-POSIX compatibility +- implement GNU-style functions `if`, `origin`, `shell` (doesn't set `.SHELLSTATUS`), `eval` +- implement GNU-style `define` blocks +- improve error reporting + ### v0.2.0 - 2021-04-01 - partially implement GNU-style conditionals (only parentheses around arguments are supported) -- cgit v1.2.3