Skip to content

Commit

Permalink
Release 0.6.1
Browse files Browse the repository at this point in the history
In particular, the empty fragment issue was giving me trouble at work.
  • Loading branch information
jyn514 authored and Joshua Nelson committed Nov 23, 2020
1 parent b8b3c60 commit 96cb6cb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,19 @@

## NEXT (UNRELEASED)

<a name="0.6.1"></a>
## 0.6.1 (2020-11-23)

#### Added

* `--ignore-fragments` CLI parameter to disable URL fagment checking [PR#108]
* `--ignore-fragments` CLI parameter to disable URL fagment checking. [PR#108]

#### Fixed

* Empty fragments are no longer treated as broken links. This allows using `deadlinks` with unsafe functions, which have a generated fragment URL from rustdoc. [PR#109]

[PR#108]: https://github.com/deadlinks/cargo-deadlinks/pull/108
[PR#109]: https://github.com/deadlinks/cargo-deadlinks/pull/109

<a name="0.6.0"></a>
## 0.6.0 (2020-11-19)
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.6.0"
version = "0.6.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 96cb6cb

Please sign in to comment.