cargo-intraconv 1.0.1

A simple helper to transform Markdown links to intra-doc links in Rust projects when appropriate.
Documentation
# Version 1.0.1

Git tag: `v1.0.1`.

- Added `--quiet` (`-q`) to suppress changes output.
- Added `--version` to display crate version.
- Filenames are now only displayed when there are changes for the file.
- Filenames are now only displayed once the file has been read and the changes
  found. If an error occurs when reading or finding changes, the filename
  underlined by `=`s will not be displayed.

# Version 1.0.0

Git tag: `v1.0.0`.

First published version and start of the changelog.