From 8b337c58c2b363b289415a36d83d161d3fb5d4ef Mon Sep 17 00:00:00 2001 From: Armin Becher Date: Sun, 29 Dec 2019 17:19:27 +0100 Subject: [PATCH] (cargo-release) version 0.6.3 --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e95d8dc..d5c4210 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ Types for Changes: ## [Unreleased] - ReleaseDate +## [0.6.3] - 2019-12-29 + ### Changed * Release binaries on GitHub releases instead of GitLab diff --git a/Cargo.lock b/Cargo.lock index 5f63044..5141178 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -744,7 +744,7 @@ dependencies = [ [[package]] name = "mlc" -version = "0.6.3-alpha.0" +version = "0.6.3" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "colored 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 4a78572..806bd93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mlc" -version = "0.6.3-alpha.0" +version = "0.6.3" 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 a4ef993..6531530 100644 --- a/README.md +++ b/README.md @@ -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/v6.0.2/mlc -o mlc +curl -L https://github.com/becheran/mlc/releases/download/0.6.3/mlc -o mlc chmod +x mlc ```