Skip to content

Commit

Permalink
Release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jyn514 committed Oct 13, 2021
1 parent e98583d commit c3e5865
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

## NEXT (UNRELEASED)

<a name="0.8.1"></a>
## 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

<a name="0.8.0"></a>
## 0.8.0 (2020-01-17)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <goisser94@gmail.com>", "Joshua Nelson <jyn514@gmail.com"]
edition = "2018"
repository = "https://github.com/deadlinks/cargo-deadlinks"
Expand Down

0 comments on commit c3e5865

Please sign in to comment.