Skip to content

Commit

Permalink
Bump to version 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-zahner committed Apr 29, 2024
1 parent 0956ec6 commit 0a54079
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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
Expand Up @@ -3,7 +3,7 @@ members = ["lychee-bin", "lychee-lib", "examples/*", "benches"]
resolver = "2"

[workspace.package]
version = "0.15.0"
version = "0.15.1"

[profile.release]
debug = true
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ Lychee can also be used as a [pre-commit](https://pre-commit.com/) hook.
# .pre-commit-config.yaml
repos:
- repo: https://github.com/lycheeverse/lychee.git
rev: 0.15.0
rev: 0.15.1
hooks:
- id: lychee
# Optionally include additional CLI arguments
Expand Down
2 changes: 1 addition & 1 deletion lychee-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ version.workspace = true
[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.15.0", default-features = false }
lychee-lib = { path = "../lychee-lib", version = "0.15.1", default-features = false }

anyhow = "1.0.82"
assert-json-diff = "2.0.2"
Expand Down

0 comments on commit 0a54079

Please sign in to comment.