Skip to content

Commit 7ec2482

Browse files
committed
chore: Release mlc version 1.2.0
1 parent 74bcd64 commit 7ec2482

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
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+
## [1.2.0] - 2025-12-13
18+
1719
### Added
1820

1921
- Custom HTTP headers support for HTTP checks (`--http-headers` / `-H`) [#119](https://github.com/becheran/mlc/pull/119)

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 = "1.1.0"
3+
version = "1.2.0"
44
authors = ["Armin Becher <[email protected]>"]
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:1.1.0
1+
FROM becheran/mlc:1.2.0
22

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,15 @@ The action does uses [GitHub workflow commands](https://docs.github.com/en/actio
8282
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:
8383

8484
``` bash
85-
curl -L https://github.com/becheran/mlc/releases/download/v1.1.0/mlc-x86_64-linux -o mlc
85+
curl -L https://github.com/becheran/mlc/releases/download/v1.2.0/mlc-x86_64-linux -o mlc
8686
chmod +x mlc
8787
./mlc
8888
```
8989

9090
For **linux aarch64/arm64** environments, use:
9191

9292
``` bash
93-
curl -L https://github.com/becheran/mlc/releases/download/v1.1.0/mlc-aarch64-linux -o mlc
93+
curl -L https://github.com/becheran/mlc/releases/download/v1.2.0/mlc-aarch64-linux -o mlc
9494
chmod +x mlc
9595
./mlc
9696
```

0 commit comments

Comments
 (0)