Skip to content

Commit 6fa3bdd

Browse files
committed
chore: Release mlc version 1.1.0
1 parent c1ffa80 commit 6fa3bdd

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.1.0] - 2025-12-11
18+
1719
### Added
1820

1921
- Support for ignore/disable comments to skip specific links or blocks in markup files [#114](https://github.com/becheran/mlc/pull/114)

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.0.0"
3+
version = "1.1.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.0.0
1+
FROM becheran/mlc:1.1.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
@@ -79,15 +79,15 @@ The action does uses [GitHub workflow commands](https://docs.github.com/en/actio
7979
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:
8080

8181
``` bash
82-
curl -L https://github.com/becheran/mlc/releases/download/v1.0.0/mlc-x86_64-linux -o mlc
82+
curl -L https://github.com/becheran/mlc/releases/download/v1.1.0/mlc-x86_64-linux -o mlc
8383
chmod +x mlc
8484
./mlc
8585
```
8686

8787
For **linux aarch64/arm64** environments, use:
8888

8989
``` bash
90-
curl -L https://github.com/becheran/mlc/releases/download/v1.0.0/mlc-aarch64-linux -o mlc
90+
curl -L https://github.com/becheran/mlc/releases/download/v1.1.0/mlc-aarch64-linux -o mlc
9191
chmod +x mlc
9292
./mlc
9393
```

0 commit comments

Comments
 (0)