From 3f68bf91a122824dc9daed7010d89dc371f9b63d Mon Sep 17 00:00:00 2001 From: Matthias Endler Date: Mon, 24 Mar 2025 16:48:18 +0100 Subject: [PATCH] chore: release v0.19.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- lychee-bin/CHANGELOG.md | 15 +++++++++++++++ lychee-bin/Cargo.toml | 2 +- lychee-lib/CHANGELOG.md | 10 ++++++++++ 5 files changed, 29 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 95bd48f969..d8e423b1fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2513,7 +2513,7 @@ dependencies = [ [[package]] name = "lychee" -version = "0.18.1" +version = "0.19.0" dependencies = [ "anyhow", "assert-json-diff", @@ -2561,7 +2561,7 @@ dependencies = [ [[package]] name = "lychee-lib" -version = "0.18.1" +version = "0.19.0" dependencies = [ "async-stream", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index acc29d2ede..dccfdbec01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["lychee-bin", "lychee-lib", "examples/*", "benches"] resolver = "2" [workspace.package] -version = "0.18.1" +version = "0.19.0" [profile.release] debug = true diff --git a/lychee-bin/CHANGELOG.md b/lychee-bin/CHANGELOG.md index c8ff545b52..b082e97c2a 100644 --- a/lychee-bin/CHANGELOG.md +++ b/lychee-bin/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.19.0](https://github.com/lycheeverse/lychee/compare/lychee-v0.18.1...lychee-v0.19.0) - 2025-03-24 + +### Other + +- Bump the dependencies group with 4 updates ([#1664](https://github.com/lycheeverse/lychee/pull/1664)) +- Allow header values that contain equal signs ([#1647](https://github.com/lycheeverse/lychee/pull/1647)) +- Bump the dependencies group with 11 updates ([#1656](https://github.com/lycheeverse/lychee/pull/1656)) +- Bump the dependencies group across 1 directory with 14 updates ([#1653](https://github.com/lycheeverse/lychee/pull/1653)) +- Add support for custom file extensions in link checking. ([#1559](https://github.com/lycheeverse/lychee/pull/1559)) +- Format Markdown URLs with `<>` instead of `[]()` ([#1638](https://github.com/lycheeverse/lychee/pull/1638)) +- Bump the dependencies group across 1 directory with 21 updates ([#1643](https://github.com/lycheeverse/lychee/pull/1643)) +- add tests for URL extraction ending with a period ([#1641](https://github.com/lycheeverse/lychee/pull/1641)) +- renamed `base` to `base_url` (fixes #1607) ([#1629](https://github.com/lycheeverse/lychee/pull/1629)) +- Sort compact/detailed/markdown error output by file path ([#1622](https://github.com/lycheeverse/lychee/pull/1622)) + ## [0.18.1](https://github.com/lycheeverse/lychee/compare/lychee-v0.18.0...lychee-v0.18.1) - 2025-02-06 ### Fixed diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index fbb3177270..9b2dcbe876 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -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.18.1", default-features = false } +lychee-lib = { path = "../lychee-lib", version = "0.19.0", default-features = false } anyhow = "1.0.97" assert-json-diff = "2.0.2" diff --git a/lychee-lib/CHANGELOG.md b/lychee-lib/CHANGELOG.md index 45882a6e89..e7fb9378e5 100644 --- a/lychee-lib/CHANGELOG.md +++ b/lychee-lib/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.19.0](https://github.com/lycheeverse/lychee/compare/lychee-lib-v0.18.1...lychee-lib-v0.19.0) - 2025-03-24 + +### Other + +- Bump the dependencies group with 4 updates ([#1664](https://github.com/lycheeverse/lychee/pull/1664)) +- Bump the dependencies group with 11 updates ([#1656](https://github.com/lycheeverse/lychee/pull/1656)) +- Bump the dependencies group across 1 directory with 14 updates ([#1653](https://github.com/lycheeverse/lychee/pull/1653)) +- Add support for custom file extensions in link checking. ([#1559](https://github.com/lycheeverse/lychee/pull/1559)) +- Bump the dependencies group across 1 directory with 21 updates ([#1643](https://github.com/lycheeverse/lychee/pull/1643)) + ## [0.18.1](https://github.com/lycheeverse/lychee/compare/lychee-lib-v0.18.0...lychee-lib-v0.18.1) - 2025-02-06 ### Fixed