From a7c1eae1157b51402c2c0a7407c02a24fe5ca1b8 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 3 Sep 2021 19:35:36 +0200 Subject: [PATCH] Bump version to 0.7.1 --- Cargo.lock | 4 ++-- README.md | 2 +- lychee-bin/Cargo.toml | 4 ++-- lychee-lib/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 31eb9cb756..9d3c2b7778 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1349,7 +1349,7 @@ dependencies = [ [[package]] name = "lychee" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "assert_cmd", @@ -1378,7 +1378,7 @@ dependencies = [ [[package]] name = "lychee-lib" -version = "0.7.0" +version = "0.7.1" dependencies = [ "check-if-email-exists", "deadpool", diff --git a/README.md b/README.md index 42a5361b14..ced9206610 100644 --- a/README.md +++ b/README.md @@ -211,7 +211,7 @@ OPTIONS: -T, --threads Number of threads to utilize. Defaults to number of cores available to the system -t, --timeout Website timeout from connect to response finished [default: 20] - -u, --user-agent User agent [default: lychee/0.7.0] + -u, --user-agent User agent [default: lychee/0.7.1] ARGS: ... The inputs (where to get links to check from). These can be: files (e.g. `README.md`), file globs diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index fb3d25ed9c..244a3b81f3 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -14,10 +14,10 @@ keywords = [ ] license = "Apache-2.0/MIT" repository = "https://github.com/lycheeverse/lychee" -version = "0.7.0" +version = "0.7.1" [dependencies] -lychee-lib = { path = "../lychee-lib", version = "0.7.0" } +lychee-lib = { path = "../lychee-lib", version = "0.7.1" } anyhow = "1.0.40" console = "0.14.1" headers = "0.3.4" diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index 5abab26dfe..bfd5f478c2 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -14,7 +14,7 @@ keywords = [ ] license = "Apache-2.0/MIT" repository = "https://github.com/lycheeverse/lychee" -version = "0.7.0" +version = "0.7.1" [dependencies] check-if-email-exists = "0.8.21"