@@ -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
0 commit comments