diff --git a/Cargo.lock b/Cargo.lock index 55f501ba9d..f2cf3faee8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2507,7 +2507,7 @@ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" [[package]] name = "lychee" -version = "0.20.1" +version = "0.20.2" dependencies = [ "anyhow", "assert-json-diff", @@ -2555,7 +2555,7 @@ dependencies = [ [[package]] name = "lychee-lib" -version = "0.20.1" +version = "0.20.2" dependencies = [ "async-stream", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index b3c3d1e540..8bf7915e4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["lychee-bin", "lychee-lib", "examples/*", "benches"] resolver = "2" [workspace.package] -version = "0.20.1" +version = "0.20.2" [profile.release] debug = true diff --git a/lychee-bin/CHANGELOG.md b/lychee-bin/CHANGELOG.md index 10cab2d2e5..64ef01781e 100644 --- a/lychee-bin/CHANGELOG.md +++ b/lychee-bin/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.20.2](https://github.com/lycheeverse/lychee/compare/lychee-v0.20.1...lychee-v0.20.2) - 2025-08-28 + +### Other + +- Add test for making sure URL inputs always get checked ([#1824](https://github.com/lycheeverse/lychee/pull/1824)) +- add conda install to readme ([#1822](https://github.com/lycheeverse/lychee/pull/1822)) +- Bump the dependencies group with 3 updates ([#1821](https://github.com/lycheeverse/lychee/pull/1821)) +- Refactor error reporting ([#1731](https://github.com/lycheeverse/lychee/pull/1731)) + ## [0.20.1](https://github.com/lycheeverse/lychee/compare/lychee-v0.20.0...lychee-v0.20.1) - 2025-08-25 ### Other diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index 9fea6d43bb..1191958a6d 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -15,7 +15,7 @@ rust-version = "1.85.0" [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.20.1", default-features = false } +lychee-lib = { path = "../lychee-lib", version = "0.20.2", default-features = false } anyhow = "1.0.99" assert-json-diff = "2.0.2" diff --git a/lychee-lib/CHANGELOG.md b/lychee-lib/CHANGELOG.md index a29f97e8bf..9b93eb7534 100644 --- a/lychee-lib/CHANGELOG.md +++ b/lychee-lib/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.20.2](https://github.com/lycheeverse/lychee/compare/lychee-lib-v0.20.1...lychee-lib-v0.20.2) - 2025-08-28 + +### Other + +- Refactor collector and input ([#1823](https://github.com/lycheeverse/lychee/pull/1823)) +- add conda install to readme ([#1822](https://github.com/lycheeverse/lychee/pull/1822)) +- Bump the dependencies group with 3 updates ([#1821](https://github.com/lycheeverse/lychee/pull/1821)) +- Refactor error reporting ([#1731](https://github.com/lycheeverse/lychee/pull/1731)) + ## [0.20.1](https://github.com/lycheeverse/lychee/compare/lychee-lib-v0.20.0...lychee-lib-v0.20.1) - 2025-08-25 ### Other