Skip to content

Commit 88c9db0

Browse files
Armin BecherArmin Becher
authored andcommitted
chore: Release mlc version 0.22.0
1 parent dd4dfe6 commit 88c9db0

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Types for Changes:
1414

1515
## [Unreleased] - ReleaseDate
1616

17+
## [0.22.0] - 2025-05-29
18+
1719
- Add csv file output [#40](https://github.com/becheran/mlc/issues/40)
1820

1921
## [0.21.0] - 2025-02-08

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mlc"
3-
version = "0.21.0"
3+
version = "0.22.0"
44
authors = ["Armin Becher <becherarmin@gmail.com>"]
55
edition = "2018"
66
description = "The markup link checker (mlc) checks for broken links in markup files."

GithubAction-Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM becheran/mlc:0.21.0
1+
FROM becheran/mlc:0.22.0
22

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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ Use *mlc* in GitHub using the *GitHub-Action* from the [Marketplace](https://git
5353

5454
``` yaml
5555
- name: Markup Link Checker (mlc)
56-
uses: becheran/mlc@v0.21.0
56+
uses: becheran/mlc@v0.22.0
5757
```
5858
5959
Use *mlc* command line arguments using the `with` argument:
6060

6161
``` yaml
6262
- name: Markup Link Checker (mlc)
63-
uses: becheran/mlc@v0.21.0
63+
uses: becheran/mlc@v0.22.0
6464
with:
6565
args: ./README.md
6666
```
@@ -74,7 +74,7 @@ The action does uses [GitHub workflow commands](https://docs.github.com/en/actio
7474
To integrate *mlc* in your CI pipeline running in a *linux x86_64 environment* you can add the following commands to download and execute it:
7575

7676
``` bash
77-
curl -L https://github.com/becheran/mlc/releases/download/v0.21.0/mlc-x86_64-linux -o mlc
77+
curl -L https://github.com/becheran/mlc/releases/download/v0.22.0/mlc-x86_64-linux -o mlc
7878
chmod +x mlc
7979
./mlc
8080
```

0 commit comments

Comments
 (0)