diff --git a/CHANGELOG.md b/CHANGELOG.md index 067fecb..06918a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## NEXT (UNRELEASED) + +## 0.8.0 (2020-01-17) + #### Added * `cargo deadlinks` and `deadlinks` now take a `--forbid-http` argument which gives an error if any HTTP links are present. diff --git a/Cargo.lock b/Cargo.lock index 565949f..fd5943d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -91,7 +91,7 @@ dependencies = [ [[package]] name = "cargo-deadlinks" -version = "0.7.2" +version = "0.8.0" dependencies = [ "assert_cmd", "cached", diff --git a/Cargo.toml b/Cargo.toml index 1ea9608..a65c850 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cargo-deadlinks" description = "Cargo subcommand for checking your documentation for broken links" -version = "0.7.2" +version = "0.8.0" authors = ["Maximilian Goisser ", "Joshua Nelson