Skip to content

Commit 0a54079

Browse files
committed
Bump to version 0.15.1
1 parent 0956ec6 commit 0a54079

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["lychee-bin", "lychee-lib", "examples/*", "benches"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.15.0"
6+
version = "0.15.1"
77

88
[profile.release]
99
debug = true

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ Lychee can also be used as a [pre-commit](https://pre-commit.com/) hook.
566566
# .pre-commit-config.yaml
567567
repos:
568568
- repo: https://github.com/lycheeverse/lychee.git
569-
rev: 0.15.0
569+
rev: 0.15.1
570570
hooks:
571571
- id: lychee
572572
# Optionally include additional CLI arguments

lychee-bin/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ version.workspace = true
1414
[dependencies]
1515
# NOTE: We need to specify the version of lychee-lib here because crates.io
1616
# requires all dependencies to have a version number.
17-
lychee-lib = { path = "../lychee-lib", version = "0.15.0", default-features = false }
17+
lychee-lib = { path = "../lychee-lib", version = "0.15.1", default-features = false }
1818

1919
anyhow = "1.0.82"
2020
assert-json-diff = "2.0.2"

0 commit comments

Comments
 (0)