Skip to content

Commit 3623d73

Browse files
Armin BecherArmin Becher
authored andcommitted
chore: Release mlc version 0.19.1
1 parent 290aaa2 commit 3623d73

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.19.1] - 2025-02-04
18+
1719
## [0.19.0] - 2024-11-30
1820

1921
## [0.18.0] - 2024-06-30

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.19.0"
3+
version = "0.19.1"
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.19.0
1+
FROM becheran/mlc:0.19.1
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
@@ -57,14 +57,14 @@ Use *mlc* in GitHub using the *GitHub-Action* from the [Marketplace](https://git
5757

5858
``` yaml
5959
- name: Markup Link Checker (mlc)
60-
uses: becheran/mlc@v0.19.0
60+
uses: becheran/mlc@v0.19.1
6161
```
6262
6363
Use *mlc* command line arguments using the `with` argument:
6464

6565
``` yaml
6666
- name: Markup Link Checker (mlc)
67-
uses: becheran/mlc@v0.19.0
67+
uses: becheran/mlc@v0.19.1
6868
with:
6969
args: ./README.md
7070
```
@@ -78,7 +78,7 @@ The action does uses [GitHub workflow commands](https://docs.github.com/en/actio
7878
To integrate *mlc* in your CI pipeline running in a *linux x86_64 environment* you can add the following commands to download the tool:
7979

8080
``` bash
81-
curl -L https://github.com/becheran/mlc/releases/download/v0.19.0/mlc-x86_64-linux -o mlc
81+
curl -L https://github.com/becheran/mlc/releases/download/v0.19.1/mlc-x86_64-linux -o mlc
8282
chmod +x mlc
8383
```
8484

0 commit comments

Comments
 (0)