Skip to content

Commit

Permalink
chore: Release mlc version 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Armin Becher authored and Armin Becher committed Jun 5, 2024
1 parent 46bb789 commit b0cb310
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Types for Changes:

## [Unreleased] - ReleaseDate

## [0.17.1] - 2024-06-05

* Fix config ignore path from config toml interpreted correctly #78
* Changed make ignore directory much faster when traversing

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mlc"
version = "0.17.0"
version = "0.17.1"
authors = ["Armin Becher <becherarmin@gmail.com>"]
edition = "2018"
description = "The markup link checker (mlc) checks for broken links in markup files."
Expand Down
2 changes: 1 addition & 1 deletion GithubAction-Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM becheran/mlc:0.17.0
FROM becheran/mlc:0.17.1

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

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ Use *mlc* in GitHub using the *GitHub-Action* from the [Marketplace](https://git

``` yaml
- name: Markup Link Checker (mlc)
uses: becheran/mlc@v0.17.0
uses: becheran/mlc@v0.17.1
```
Use *mlc* command line arguments using the `with` argument:

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

``` bash
curl -L https://github.com/becheran/mlc/releases/download/v0.17.0/mlc-x86_64-linux -o mlc
curl -L https://github.com/becheran/mlc/releases/download/v0.17.1/mlc-x86_64-linux -o mlc
chmod +x mlc
```

Expand Down

0 comments on commit b0cb310

Please sign in to comment.