diff --git a/CHANGELOG.md b/CHANGELOG.md index 50e40401c5401ffd824bbfc904e4df6511bbebdb..5b8f647563f9036dfdac8f4e105dab116f9710c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ Types for Changes: ## [Unreleased] - ReleaseDate +## [0.11.2] - 2020-07-13 + ### Changed * Improve fs checkup speed diff --git a/Cargo.lock b/Cargo.lock index a1fd61c1dbf1eeb8cc0377ee01e4c67e70c0a345..5c5da7558f5122b9f7908f613a120099e51d9348 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -721,7 +721,7 @@ dependencies = [ [[package]] name = "mlc" -version = "0.11.2-alpha.0" +version = "0.11.2" dependencies = [ "async-std 1.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 4438f3bdfffa32bf9ad47335e396eaa6312087ac..9447a0c6d7b92fea87be0fd8a7a9c1cb785f0d8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mlc" -version = "0.11.2-alpha.0" +version = "0.11.2" authors = ["Armin Becher "] edition = "2018" description = "The markup link checker (mlc) checks for broken links in markup files." diff --git a/README.md b/README.md index 9cbb7ccb3f9d277feacaf0aaac72216cfae5f6f5..4e1c8ccd48b076f936834a4e382884fafbe2bd55 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ To download a compiled binary version of *mlc* go to [github releases](https://g 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.11.1/mlc -o mlc +curl -L https://github.com/becheran/mlc/releases/download/v0.11.2/mlc -o mlc chmod +x mlc ```