Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
See what's new at GitLab
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
M
mlc_ci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Armin Becher
mlc_ci
Commits
7e9b406d
Commit
7e9b406d
authored
Jul 21, 2020
by
Armin Becher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(cargo-release) version 0.13.2
parent
1a47c467
Pipeline
#174314977
failed with stages
in 13 minutes and 46 seconds
Changes
4
Pipelines
2
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 @
7e9b406d
...
...
@@ -14,6 +14,8 @@ Types for Changes:
## [Unreleased] - ReleaseDate
## [0.13.2] - 2020-07-21
## [0.13.1] - 2020-07-21
## [0.13.0] - 2020-07-17
...
...
Cargo.lock
View file @
7e9b406d
...
...
@@ -721,7 +721,7 @@ dependencies = [
[[package]]
name = "mlc"
version = "0.13.2
-alpha.0
"
version = "0.13.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)",
...
...
Cargo.toml
View file @
7e9b406d
[package]
name
=
"mlc"
version
=
"0.13.2
-alpha.0
"
version
=
"0.13.2"
authors
=
[
"Armin Becher <becherarmin@gmail.com>"
]
edition
=
"2018"
description
=
"The markup link checker (mlc) checks for broken links in markup files."
...
...
README.md
View file @
7e9b406d
...
...
@@ -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.13.
1
/mlc
-o
mlc
curl
-L
https://github.com/becheran/mlc/releases/download/v0.13.
2
/mlc
-o
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