diff --git a/Cargo.lock b/Cargo.lock index 6fe799ffb8..40cf867e5c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2514,7 +2514,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..3215749616 100644 --- a/lychee-bin/CHANGELOG.md +++ b/lychee-bin/CHANGELOG.md @@ -7,6 +7,37 @@ 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-05-13 + +### Added + +- detect website fragments ([#1675](https://github.com/lycheeverse/lychee/pull/1675)) + +### Other + +- Remove flag +- Bump the dependencies group with 2 updates +- Add possible values for minimum TLS version in help message ([#1693](https://github.com/lycheeverse/lychee/pull/1693)) +- Add TLS version option ([#1655](https://github.com/lycheeverse/lychee/pull/1655)) +- Bump the dependencies group across 1 directory with 11 updates ([#1692](https://github.com/lycheeverse/lychee/pull/1692)) +- Specify MSRV ([#1676](https://github.com/lycheeverse/lychee/pull/1676)) +- Fix outdated link +- Remove once_cell as direct dependency +- Make clippy happy ([#1681](https://github.com/lycheeverse/lychee/pull/1681)) +- Bump the dependencies group with 3 updates ([#1670](https://github.com/lycheeverse/lychee/pull/1670)) +- Fix accept/exclude range syntax and docs ([#1668](https://github.com/lycheeverse/lychee/pull/1668)) +- Add FreeBSD-Ask to users ([#1662](https://github.com/lycheeverse/lychee/pull/1662)) +- 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 b7f942d2db..ac34f54304 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -15,7 +15,7 @@ rust-version = "1.83.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.18.1", default-features = false } +lychee-lib = { path = "../lychee-lib", version = "0.19.0", 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 45882a6e89..0abf6bea30 100644 --- a/lychee-lib/CHANGELOG.md +++ b/lychee-lib/CHANGELOG.md @@ -7,6 +7,34 @@ 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-05-13 + +### Added + +- detect website fragments ([#1675](https://github.com/lycheeverse/lychee/pull/1675)) + +### Other + +- Remove flag +- detect wikilinks, prevent plaintext extraction from links #1650 ([#1679](https://github.com/lycheeverse/lychee/pull/1679)) +- Bump the dependencies group with 2 updates +- Add possible values for minimum TLS version in help message ([#1693](https://github.com/lycheeverse/lychee/pull/1693)) +- Add TLS version option ([#1655](https://github.com/lycheeverse/lychee/pull/1655)) +- Bump the dependencies group across 1 directory with 11 updates ([#1692](https://github.com/lycheeverse/lychee/pull/1692)) +- Specify MSRV ([#1676](https://github.com/lycheeverse/lychee/pull/1676)) +- Fix outdated link +- Remove once_cell as direct dependency +- Make clippy happy ([#1681](https://github.com/lycheeverse/lychee/pull/1681)) +- Bump the dependencies group with 3 updates ([#1670](https://github.com/lycheeverse/lychee/pull/1670)) +- Fix accept/exclude range syntax and docs ([#1668](https://github.com/lycheeverse/lychee/pull/1668)) +- Add FreeBSD-Ask to users ([#1662](https://github.com/lycheeverse/lychee/pull/1662)) +- 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)) +- renamed `base` to `base_url` (fixes #1607) ([#1629](https://github.com/lycheeverse/lychee/pull/1629)) + ## [0.18.1](https://github.com/lycheeverse/lychee/compare/lychee-lib-v0.18.0...lychee-lib-v0.18.1) - 2025-02-06 ### Fixed