Skip to content

Commit

Permalink
(cargo-release) version 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
becheran committed Nov 11, 2020
1 parent 7c95e75 commit 609f503
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 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.14.0] - 2020-11-11

* Fallback to GET requests if HEAD fails. See https://github.com/becheran/mlc/issues/28

## [0.13.12] - 2020-10-26
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.13.13-alpha.0"
version = "0.14.0"
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 GithubAction-Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM becheran/mlc:0.13.12
FROM becheran/mlc:0.14.0

LABEL repository="https://github.com/becheran/mlc"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Use *mlc* [command line arguments](./docs/reference.md) using the `with` argumen
To integrate *mlc* in your CI pipeline running in a *linux x86_64 environment* you can add the following commands to download the tool:

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

Expand Down

0 comments on commit 609f503

Please sign in to comment.