From b6f6aadaf1786f4649730c0954e83b1b4ddb0ec0 Mon Sep 17 00:00:00 2001 From: Matthias Endler Date: Thu, 3 Jul 2025 09:34:16 +0200 Subject: [PATCH] chore: release v0.19.2 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- lychee-bin/CHANGELOG.md | 14 ++++++++++++++ lychee-bin/Cargo.toml | 2 +- lychee-lib/CHANGELOG.md | 12 ++++++++++++ 5 files changed, 30 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 85f888065d..506bfcfafa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2490,7 +2490,7 @@ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" [[package]] name = "lychee" -version = "0.19.1" +version = "0.19.2" dependencies = [ "anyhow", "assert-json-diff", @@ -2538,7 +2538,7 @@ dependencies = [ [[package]] name = "lychee-lib" -version = "0.19.1" +version = "0.19.2" dependencies = [ "async-stream", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 78993d5d64..93b944a522 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["lychee-bin", "lychee-lib", "examples/*", "benches"] resolver = "2" [workspace.package] -version = "0.19.1" +version = "0.19.2" [profile.release] debug = true diff --git a/lychee-bin/CHANGELOG.md b/lychee-bin/CHANGELOG.md index cb34ff25d3..490401e5f4 100644 --- a/lychee-bin/CHANGELOG.md +++ b/lychee-bin/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.19.2](https://github.com/lycheeverse/lychee/compare/lychee-v0.19.1...lychee-v0.19.2) - 2025-07-03 + +### Fixed + +- skip fragment check if website URL doesn't contain fragment ([#1733](https://github.com/lycheeverse/lychee/pull/1733)) + +### Other + +- Add ProseKit to users +- Migrate to Clippy 1.88 ([#1749](https://github.com/lycheeverse/lychee/pull/1749)) +- fix assertion in fragment checks +- Replace unreliable API URL +- display unsupported URLs ([#1727](https://github.com/lycheeverse/lychee/pull/1727)) + ## [0.19.1](https://github.com/lycheeverse/lychee/compare/lychee-v0.19.0...lychee-v0.19.1) - 2025-06-16 ### Other diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index e68ac06909..e6fe7181e6 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.19.1", default-features = false } +lychee-lib = { path = "../lychee-lib", version = "0.19.2", default-features = false } anyhow = "1.0.98" assert-json-diff = "2.0.2" diff --git a/lychee-lib/CHANGELOG.md b/lychee-lib/CHANGELOG.md index bbab21f9b8..19eb6b05d8 100644 --- a/lychee-lib/CHANGELOG.md +++ b/lychee-lib/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.19.2](https://github.com/lycheeverse/lychee/compare/lychee-lib-v0.19.1...lychee-lib-v0.19.2) - 2025-07-03 + +### Fixed + +- skip fragment check if website URL doesn't contain fragment ([#1733](https://github.com/lycheeverse/lychee/pull/1733)) + +### Other + +- Add ProseKit to users +- Migrate to Clippy 1.88 ([#1749](https://github.com/lycheeverse/lychee/pull/1749)) +- Add xml schema found in xsd files to list of exclusions ([#1735](https://github.com/lycheeverse/lychee/pull/1735)) + ## [0.19.1](https://github.com/lycheeverse/lychee/compare/lychee-lib-v0.19.0...lychee-lib-v0.19.1) - 2025-06-16 ### Fixed