From 335c8826ef16177e4b0a365c2447d90af850a8e1 Mon Sep 17 00:00:00 2001 From: sagie gur ari Date: Wed, 28 Jun 2017 18:04:28 +0000 Subject: [PATCH] docs --- Cargo.toml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d1983ec0..0d138af1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-make" -version = "0.2.9" +version = "0.2.10" authors = ["Sagie Gur-Ari "] description = "Rust task runner and build tool." license = "Apache-2.0" diff --git a/README.md b/README.md index 85b25935..37b82b5a 100644 --- a/README.md +++ b/README.md @@ -590,7 +590,7 @@ Here are few snapshots: ## Roadmap The cargo-make task runner is still under heavy development.
-You can view the current list in the [project board](https://github.com/sagiegurari/cargo-make/projects) +You can view the future development items list in the [project board](https://github.com/sagiegurari/cargo-make/projects) ## API Documentation See full docs at: [API Docs](https://sagiegurari.github.io/cargo-make/api.html) @@ -603,7 +603,7 @@ See [contributing guide](.github/CONTRIBUTING.md) | Date | Version | Description | | ----------- | ------- | ----------- | -| 2017-06-28 | v0.2.9 | Docs | +| 2017-06-28 | v0.2.10 | Docs | | 2017-06-28 | v0.2.8 | Platform specific task override | | 2017-06-26 | v0.2.7 | Platform specific alias | | 2017-06-26 | v0.2.6 | Enable task attributes override |