aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-04-06 19:01:49 -0600
committerMelody Horn <melody@boringcactus.com>2021-04-06 19:01:49 -0600
commite6c04e1f4b5ebb374b3185914011b5d3b8133389 (patch)
treef0e6a87dd146b79d983e82277852e7bebf1b492c
parentc76e7e969b2277a0b4e00aad4a43cfbd5862869e (diff)
downloadmakers-0.6.1.tar.gz
makers-0.6.1.zip
oops0.6.1
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md4
3 files changed, 6 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index defcc8c..9164cfc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -334,7 +334,7 @@ dependencies = [
[[package]]
name = "makers"
-version = "0.6.0"
+version = "0.6.1"
dependencies = [
"dirs",
"env_logger",
diff --git a/Cargo.toml b/Cargo.toml
index ac87939..e8c4482 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"
diff --git a/README.md b/README.md
index 2b5f5a2..76ab6ca 100644
--- a/README.md
+++ b/README.md
@@ -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`