Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Armin Becher
mlc_ci
Commits
dc484691
Commit
dc484691
authored
Jul 13, 2020
by
Armin Becher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(cargo-release) version 0.11.2
parent
b4081a3f
Pipeline
#165993864
passed with stages
in 12 minutes and 6 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
3 deletions
+5
-3
CHANGELOG.md
CHANGELOG.md
+2
-0
Cargo.lock
Cargo.lock
+1
-1
Cargo.toml
Cargo.toml
+1
-1
README.md
README.md
+1
-1
No files found.
CHANGELOG.md
View file @
dc484691
...
@@ -14,6 +14,8 @@ Types for Changes:
...
@@ -14,6 +14,8 @@ Types for Changes:
## [Unreleased] - ReleaseDate
## [Unreleased] - ReleaseDate
## [0.11.2] - 2020-07-13
### Changed
### Changed
*
Improve fs checkup speed
*
Improve fs checkup speed
...
...
Cargo.lock
View file @
dc484691
...
@@ -721,7 +721,7 @@ dependencies = [
...
@@ -721,7 +721,7 @@ dependencies = [
[[package]]
[[package]]
name = "mlc"
name = "mlc"
version = "0.11.2
-alpha.0
"
version = "0.11.2"
dependencies = [
dependencies = [
"async-std 1.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
"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)",
"clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
Cargo.toml
View file @
dc484691
[package]
[package]
name
=
"mlc"
name
=
"mlc"
version
=
"0.11.2
-alpha.0
"
version
=
"0.11.2"
authors
=
[
"Armin Becher <becherarmin@gmail.com>"
]
authors
=
[
"Armin Becher <becherarmin@gmail.com>"
]
edition
=
"2018"
edition
=
"2018"
description
=
"The markup link checker (mlc) checks for broken links in markup files."
description
=
"The markup link checker (mlc) checks for broken links in markup files."
...
...
README.md
View file @
dc484691
...
@@ -34,7 +34,7 @@ To download a compiled binary version of *mlc* go to [github releases](https://g
...
@@ -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:
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
```
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
chmod
+x mlc
```
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment