From d2c36f8f997802d4b1d7adf33fdb01f0bdcd5bcf Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Fri, 25 Oct 2024 21:20:39 +0200 Subject: [PATCH] version 0.1.36 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a0d4c62..65da7cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -338,7 +338,7 @@ dependencies = [ [[package]] name = "hyperlink" -version = "0.1.35" +version = "0.1.36" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 571c28b..938ea35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyperlink" -version = "0.1.35" +version = "0.1.36" authors = [ "Markus Unterwaditzer ", # contributed dump-external-links command diff --git a/README.md b/README.md index 0418058..f3dff0a 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ A command-line tool to find broken links in your static site. ### GitHub action ```yaml -- uses: untitaker/hyperlink@0.1.35 +- uses: untitaker/hyperlink@0.1.36 with: args: public/ --sources src/ ``` @@ -60,7 +60,7 @@ hyperlink public/ --sources src/ ### Docker ```bash -docker run -v $PWD:/check ghcr.io/untitaker/hyperlink:0.1.35 /check/public/ --sources /check/src/ +docker run -v $PWD:/check ghcr.io/untitaker/hyperlink:0.1.36 /check/public/ --sources /check/src/ # specific commit docker run -v $PWD:/check ghcr.io/untitaker/hyperlink:sha-82ca78c /check/public/ --sources /check/src