Skip to content

Commit

Permalink
issue #1 - update doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Jul 5, 2017
1 parent 492b14b commit c62ef6d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "cargo-make"
version = "0.3.6"
version = "0.3.7"
authors = ["Sagie Gur-Ari <[email protected]>"]
description = "Rust task runner and build tool."
license = "Apache-2.0"
documentation = "https://sagiegurari.github.io/cargo-make/api/cargo_make/index.html"
documentation = "https://sagiegurari.github.io/cargo-make"
homepage = "https://sagiegurari.github.io/cargo-make"
repository = "https://github.com/sagiegurari/cargo-make.git"
readme = "README.md"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,7 @@ See [contributing guide](.github/CONTRIBUTING.md)

| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2017-07-05 | v0.3.7 | Update doc links |
| 2017-07-05 | v0.3.6 | Added --cwd cli arg to enable setting working directory |
| 2017-07-04 | v0.3.5 | Added clippy task |
| 2017-07-03 | v0.3.4 | Added --print-steps cli arg |
Expand Down
1 change: 1 addition & 0 deletions docs/_includes/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,7 @@ See [contributing guide](https://github.com/sagiegurari/cargo-make/blob/master/.

| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2017-07-05 | v0.3.7 | Update doc links |
| 2017-07-05 | v0.3.6 | Added --cwd cli arg to enable setting working directory |
| 2017-07-04 | v0.3.5 | Added clippy task |
| 2017-07-03 | v0.3.4 | Added --print-steps cli arg |
Expand Down

0 comments on commit c62ef6d

Please sign in to comment.