diff options
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | README.md | 4 | 
3 files changed, 6 insertions, 2 deletions
| @@ -334,7 +334,7 @@ dependencies = [  [[package]]  name = "makers" -version = "0.6.0" +version = "0.6.1"  dependencies = [   "dirs",   "env_logger", @@ -1,6 +1,6 @@  [package]  name = "makers" -version = "0.6.0" +version = "0.6.1"  authors = ["boringcactus / Melody Horn <melody@boringcactus.com>"]  edition = "2018"  description = "a POSIX-compatible make implemented in Rust" @@ -35,6 +35,10 @@ list of features that are needed for version 1.0:  ## changelog +### v0.6.1 - 2021-04-06 + +- make `export`/`unexport` actually persist so they're available while executing +  ### v0.6.0 - 2021-04-06  - implement GNU-style functions `findstring`, `realpath`, `dir`, `lastword`, `words`, `subst`, `error`, `word`, `patsubst`, `addsuffix` |