From c3e5865a7c4b089404fa7573b6705c0fa2bccd0d Mon Sep 17 00:00:00 2001 From: Joshua Nelson Date: Tue, 12 Oct 2021 22:56:51 -0500 Subject: [PATCH] Release 0.8.1 --- CHANGELOG.md | 14 ++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06918a6..747dbc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ ## NEXT (UNRELEASED) + +## 0.8.1 (2021-10-12) + +#### Changed + +* Updated many dependencies. Deadlinks no longer has any dependencies that fail `cargo audit`. [PR#153] + +#### Fixed + +* Tests now pass even if the project directory is not named "cargo-deadlinks". [PR#149] + +[PR#153]: https://github.com/deadlinks/cargo-deadlinks/pull/153 +[PR#149]: https://github.com/deadlinks/cargo-deadlinks/pull/149 + ## 0.8.0 (2020-01-17) diff --git a/Cargo.lock b/Cargo.lock index 53b9bac..8aada0a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -120,7 +120,7 @@ dependencies = [ [[package]] name = "cargo-deadlinks" -version = "0.8.0" +version = "0.8.1" dependencies = [ "assert_cmd", "cached", diff --git a/Cargo.toml b/Cargo.toml index 184246a..c0ff550 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.8.0" +version = "0.8.1" authors = ["Maximilian Goisser ", "Joshua Nelson