Skip to content

Commit

Permalink
(cargo-release) version 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Armin Becher committed Dec 30, 2019
1 parent 4ec6f37 commit 28bfb4d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Types for Changes:

## [Unreleased] - ReleaseDate

## [0.6.4] - 2019-12-30

### Changed

* Retry with Get for status code 405 Method Not Allowed instead of error
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,6 +1,6 @@
[package]
name = "mlc"
version = "0.6.4-alpha.0"
version = "0.6.4"
authors = ["Armin Becher <becherarmin@gmail.com>"]
edition = "2018"
description = "The markup link checker (mlc) checks for broken links in markup files."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ To download a compiled binary version of mlc go to [github releases](https://git
To integrate mlc in your CI pipeline running in a linux x86_64 environment you can add the following commands to download mlc:

``` bash
curl -L https://github.com/becheran/mlc/releases/download/v0.6.2/mlc -o mlc
curl -L https://github.com/becheran/mlc/releases/download/v0.6.4/mlc -o mlc
chmod +x mlc
```

Expand Down

0 comments on commit 28bfb4d

Please sign in to comment.