Skip to content

Commit 3ce2a67

Browse files
authored
chore: release v0.19.0
1 parent 1ed357f commit 3ce2a67

5 files changed

Lines changed: 63 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["lychee-bin", "lychee-lib", "examples/*", "benches"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.18.1"
6+
version = "0.19.0"
77

88
[profile.release]
99
debug = true

lychee-bin/CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.19.0](https://github.com/lycheeverse/lychee/compare/lychee-v0.18.1...lychee-v0.19.0) - 2025-05-13
11+
12+
### Added
13+
14+
- detect website fragments ([#1675](https://github.com/lycheeverse/lychee/pull/1675))
15+
16+
### Other
17+
18+
- Remove flag
19+
- Bump the dependencies group with 2 updates
20+
- Add possible values for minimum TLS version in help message ([#1693](https://github.com/lycheeverse/lychee/pull/1693))
21+
- Add TLS version option ([#1655](https://github.com/lycheeverse/lychee/pull/1655))
22+
- Bump the dependencies group across 1 directory with 11 updates ([#1692](https://github.com/lycheeverse/lychee/pull/1692))
23+
- Specify MSRV ([#1676](https://github.com/lycheeverse/lychee/pull/1676))
24+
- Fix outdated link
25+
- Remove once_cell as direct dependency
26+
- Make clippy happy ([#1681](https://github.com/lycheeverse/lychee/pull/1681))
27+
- Bump the dependencies group with 3 updates ([#1670](https://github.com/lycheeverse/lychee/pull/1670))
28+
- Fix accept/exclude range syntax and docs ([#1668](https://github.com/lycheeverse/lychee/pull/1668))
29+
- Add FreeBSD-Ask to users ([#1662](https://github.com/lycheeverse/lychee/pull/1662))
30+
- Bump the dependencies group with 4 updates ([#1664](https://github.com/lycheeverse/lychee/pull/1664))
31+
- Allow header values that contain equal signs ([#1647](https://github.com/lycheeverse/lychee/pull/1647))
32+
- Bump the dependencies group with 11 updates ([#1656](https://github.com/lycheeverse/lychee/pull/1656))
33+
- Bump the dependencies group across 1 directory with 14 updates ([#1653](https://github.com/lycheeverse/lychee/pull/1653))
34+
- Add support for custom file extensions in link checking. ([#1559](https://github.com/lycheeverse/lychee/pull/1559))
35+
- Format Markdown URLs with `<>` instead of `[]()` ([#1638](https://github.com/lycheeverse/lychee/pull/1638))
36+
- Bump the dependencies group across 1 directory with 21 updates ([#1643](https://github.com/lycheeverse/lychee/pull/1643))
37+
- add tests for URL extraction ending with a period ([#1641](https://github.com/lycheeverse/lychee/pull/1641))
38+
- renamed `base` to `base_url` (fixes #1607) ([#1629](https://github.com/lycheeverse/lychee/pull/1629))
39+
- Sort compact/detailed/markdown error output by file path ([#1622](https://github.com/lycheeverse/lychee/pull/1622))
40+
1041
## [0.18.1](https://github.com/lycheeverse/lychee/compare/lychee-v0.18.0...lychee-v0.18.1) - 2025-02-06
1142

1243
### Fixed

lychee-bin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rust-version = "1.83.0"
1515
[dependencies]
1616
# NOTE: We need to specify the version of lychee-lib here because crates.io
1717
# requires all dependencies to have a version number.
18-
lychee-lib = { path = "../lychee-lib", version = "0.18.1", default-features = false }
18+
lychee-lib = { path = "../lychee-lib", version = "0.19.0", default-features = false }
1919

2020
anyhow = "1.0.98"
2121
assert-json-diff = "2.0.2"

lychee-lib/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.19.0](https://github.com/lycheeverse/lychee/compare/lychee-lib-v0.18.1...lychee-lib-v0.19.0) - 2025-05-13
11+
12+
### Added
13+
14+
- detect website fragments ([#1675](https://github.com/lycheeverse/lychee/pull/1675))
15+
16+
### Other
17+
18+
- Remove flag
19+
- detect wikilinks, prevent plaintext extraction from links #1650 ([#1679](https://github.com/lycheeverse/lychee/pull/1679))
20+
- Bump the dependencies group with 2 updates
21+
- Add possible values for minimum TLS version in help message ([#1693](https://github.com/lycheeverse/lychee/pull/1693))
22+
- Add TLS version option ([#1655](https://github.com/lycheeverse/lychee/pull/1655))
23+
- Bump the dependencies group across 1 directory with 11 updates ([#1692](https://github.com/lycheeverse/lychee/pull/1692))
24+
- Specify MSRV ([#1676](https://github.com/lycheeverse/lychee/pull/1676))
25+
- Fix outdated link
26+
- Remove once_cell as direct dependency
27+
- Make clippy happy ([#1681](https://github.com/lycheeverse/lychee/pull/1681))
28+
- Bump the dependencies group with 3 updates ([#1670](https://github.com/lycheeverse/lychee/pull/1670))
29+
- Fix accept/exclude range syntax and docs ([#1668](https://github.com/lycheeverse/lychee/pull/1668))
30+
- Add FreeBSD-Ask to users ([#1662](https://github.com/lycheeverse/lychee/pull/1662))
31+
- Bump the dependencies group with 4 updates ([#1664](https://github.com/lycheeverse/lychee/pull/1664))
32+
- Bump the dependencies group with 11 updates ([#1656](https://github.com/lycheeverse/lychee/pull/1656))
33+
- Bump the dependencies group across 1 directory with 14 updates ([#1653](https://github.com/lycheeverse/lychee/pull/1653))
34+
- Add support for custom file extensions in link checking. ([#1559](https://github.com/lycheeverse/lychee/pull/1559))
35+
- Bump the dependencies group across 1 directory with 21 updates ([#1643](https://github.com/lycheeverse/lychee/pull/1643))
36+
- renamed `base` to `base_url` (fixes #1607) ([#1629](https://github.com/lycheeverse/lychee/pull/1629))
37+
1038
## [0.18.1](https://github.com/lycheeverse/lychee/compare/lychee-lib-v0.18.0...lychee-lib-v0.18.1) - 2025-02-06
1139

1240
### Fixed

0 commit comments

Comments
 (0)