From 82e10bfb3a080972ee3a1bb0e1f02a735a213b89 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Tue, 13 Apr 2021 22:56:16 -0600 Subject: i think we're about due for a release again --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9164cfc..3d60803 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -334,7 +334,7 @@ dependencies = [ [[package]] name = "makers" -version = "0.6.1" +version = "0.7.0" dependencies = [ "dirs", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index e8c4482..60f9c04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "makers" -version = "0.6.1" +version = "0.7.0" authors = ["boringcactus / Melody Horn "] edition = "2018" description = "a POSIX-compatible make implemented in Rust" diff --git a/README.md b/README.md index bc89cc7..895eb00 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,11 @@ list of features that are needed for version 1.0: ## changelog +### v0.7.0 - 2021-04-13 + +- implement GNU-style functions `abspath`, `firstword` +- implement GNU-style scoped inference rules ("static patterns") + ### v0.6.1 - 2021-04-06 - make `export`/`unexport` actually persist so they're available while executing -- cgit v1.2.3