Skip to content

Commit 18a06b3

Browse files
Armin BecherArmin Becher
authored andcommitted
chore: Release mlc version 1.0.0
1 parent 325b92b commit 18a06b3

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
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.0.0] - 2025-07-07
18+
1719
## [0.22.0] - 2025-05-29
1820

1921
- Add csv file output [#40](https://github.com/becheran/mlc/issues/40)

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.22.0"
3+
version = "1.0.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:0.22.0
1+
FROM becheran/mlc:1.0.0
22

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.22.0/mlc-x86_64-linux -o mlc
77+
curl -L https://github.com/becheran/mlc/releases/download/v1.0.0/mlc-x86_64-linux -o mlc
7878
chmod +x mlc
7979
./mlc
8080
```

0 commit comments

Comments
 (0)