Skip to content

Commit 535c1e2

Browse files
authored
chore: release v0.17.0
1 parent 1f2df5d commit 535c1e2

File tree

6 files changed

+53
-5
lines changed

6 files changed

+53
-5
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
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.16.1"
6+
version = "0.17.0"
77

88
[profile.release]
99
debug = true

lychee-bin/CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.17.0](https://github.com/lycheeverse/lychee/compare/lychee-v0.16.1...lychee-v0.17.0) - 2024-10-21
11+
12+
### Fixed
13+
14+
- Remove tokio console subscriber ([#1524](https://github.com/lycheeverse/lychee/pull/1524))
15+
16+
### Other
17+
18+
- Update `pkg-url` of cargo binstall ([#1532](https://github.com/lycheeverse/lychee/pull/1532))
19+
- Bump the dependencies group with 3 updates ([#1530](https://github.com/lycheeverse/lychee/pull/1530))
20+
- Allow excluding cache based on status code ([#1403](https://github.com/lycheeverse/lychee/pull/1403))
21+
- Respect timeout when retrieving archived link ([#1526](https://github.com/lycheeverse/lychee/pull/1526))
22+
- Disable Wayback machine tests
23+
- Bump the dependencies group with 6 updates ([#1516](https://github.com/lycheeverse/lychee/pull/1516))

lychee-bin/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ version.workspace = true
1414
[dependencies]
1515
# NOTE: We need to specify the version of lychee-lib here because crates.io
1616
# requires all dependencies to have a version number.
17-
lychee-lib = { path = "../lychee-lib", version = "0.16.1", default-features = false }
17+
lychee-lib = { path = "../lychee-lib", version = "0.17.0", default-features = false }
1818

1919
anyhow = "1.0.89"
2020
assert-json-diff = "2.0.2"

lychee-lib/CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.17.0](https://github.com/lycheeverse/lychee/compare/lychee-lib-v0.16.1...lychee-lib-v0.17.0) - 2024-10-21
11+
12+
### Added
13+
14+
- Add tests for `dns-prefetch` ([#1522](https://github.com/lycheeverse/lychee/pull/1522))
15+
16+
### Other
17+
18+
- Don't check prefix attribute ([#1536](https://github.com/lycheeverse/lychee/pull/1536))
19+
- Bump the dependencies group with 3 updates ([#1530](https://github.com/lycheeverse/lychee/pull/1530))
20+
- Allow excluding cache based on status code ([#1403](https://github.com/lycheeverse/lychee/pull/1403))
21+
- Ignore textContent links in html nodes ([#1528](https://github.com/lycheeverse/lychee/pull/1528))
22+
- Exclude `rel=dns-prefetch` links ([#1520](https://github.com/lycheeverse/lychee/pull/1520))
23+
- Improve docs for fragment checker
24+
- Don't check preconnect links ([#1187](https://github.com/lycheeverse/lychee/pull/1187))
25+
- Bump the dependencies group with 6 updates ([#1516](https://github.com/lycheeverse/lychee/pull/1516))

lychee-lib/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ vendored-openssl = ["openssl-sys/vendored"]
9292
# See https://users.rust-lang.org/t/36630
9393
check_example_domains = []
9494

95-
default = ["native-tls", "email-check"]
95+
default = ["native-tls", "email-check"]

0 commit comments

Comments
 (0)