Bump version to 0.14.1

This commit is contained in:
Matthias 2024-01-10 00:24:57 +01:00
parent f933656161
commit a981472eda
4 changed files with 27 additions and 6 deletions

4
Cargo.lock generated
View file

@ -2343,7 +2343,7 @@ dependencies = [
[[package]]
name = "lychee"
version = "0.14.0"
version = "0.14.1"
dependencies = [
"anyhow",
"assert-json-diff",
@ -2388,7 +2388,7 @@ dependencies = [
[[package]]
name = "lychee-lib"
version = "0.14.0"
version = "0.14.1"
dependencies = [
"async-stream",
"cached",

View file

@ -20,9 +20,30 @@ Available as a command-line utility, a library and a [GitHub Action](https://git
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
## Table of Contents
- [Table of Contents](#table-of-contents)
- [Installation](#installation)
- [Arch Linux](#arch-linux)
- [macOS](#macos)
- [Docker](#docker)
- [NixOS](#nixos)
- [FreeBSD](#freebsd)
- [Scoop](#scoop)
- [Termux](#termux)
- [Pre-built binaries](#pre-built-binaries)
- [Cargo](#cargo)
- [Build dependencies](#build-dependencies)
- [Compile and install lychee](#compile-and-install-lychee)
- [Feature flags](#feature-flags)
- [Features](#features)
- [Commandline usage](#commandline-usage)
- [Docker Usage](#docker-usage)
- [Linux/macOS shell command](#linuxmacos-shell-command)
- [Windows PowerShell command](#windows-powershell-command)
- [GitHub Token](#github-token)
- [Commandline Parameters](#commandline-parameters)
- [Exit codes](#exit-codes)
- [Ignoring links](#ignoring-links)
- [Caching](#caching)
- [Library usage](#library-usage)
- [GitHub Action Usage](#github-action-usage)
- [Contributing to lychee](#contributing-to-lychee)
@ -336,7 +357,7 @@ Options:
-u, --user-agent <USER_AGENT>
User agent
[default: lychee/0.14.0]
[default: lychee/0.14.1]
-i, --insecure
Proceed for server connections considered insecure (invalid TLS)

View file

@ -14,13 +14,13 @@ keywords = [
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/lycheeverse/lychee"
version = "0.14.0"
version = "0.14.1"
readme = "../README.md"
[dependencies]
# NOTE: We need to specify the version of lychee-lib here because crates.io
# requires all dependencies to have a version number.
lychee-lib = { path = "../lychee-lib", version = "0.14.0", default-features = false }
lychee-lib = { path = "../lychee-lib", version = "0.14.1", default-features = false }
anyhow = "1.0.78"
assert-json-diff = "2.0.2"

View file

@ -14,7 +14,7 @@ keywords = [
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/lycheeverse/lychee"
version = "0.14.0"
version = "0.14.1"
readme = "../README.md"
[dependencies]