Skip to content

Commit b2b9691

Browse files
authored
chore: release v0.16.2
1 parent 2a9f11a commit b2b9691

File tree

6 files changed

+48
-6
lines changed

6 files changed

+48
-6
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.16.2"
77

88
[profile.release]
99
debug = true

lychee-bin/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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.16.2](https://github.com/lycheeverse/lychee/compare/lychee-v0.16.1...lychee-v0.16.2) - 2024-10-13
11+
12+
### Fixed
13+
14+
- Remove tokio console subscriber ([#1524](https://github.com/lycheeverse/lychee/pull/1524))
15+
16+
### Other
17+
18+
- Respect timeout when retrieving archived link ([#1526](https://github.com/lycheeverse/lychee/pull/1526))
19+
- Disable Wayback machine tests
20+
- Bump the dependencies group with 6 updates ([#1516](https://github.com/lycheeverse/lychee/pull/1516))

lychee-bin/Cargo.toml

+2-2
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.16.2", default-features = false }
1818

1919
anyhow = "1.0.89"
2020
assert-json-diff = "2.0.2"
@@ -99,4 +99,4 @@ required-features = ["check_example_domains"]
9999
[package.metadata.binstall]
100100
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-v{ version }-{ target }{ archive-suffix }"
101101
bin-dir = "{ bin }{ binary-ext }"
102-
pkg-fmt = "tgz"
102+
pkg-fmt = "tgz"

lychee-lib/CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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.16.2](https://github.com/lycheeverse/lychee/compare/lychee-lib-v0.16.1...lychee-lib-v0.16.2) - 2024-10-13
11+
12+
### Added
13+
14+
- Add tests for `dns-prefetch` ([#1522](https://github.com/lycheeverse/lychee/pull/1522))
15+
16+
### Other
17+
18+
- Ignore textContent links in html nodes ([#1528](https://github.com/lycheeverse/lychee/pull/1528))
19+
- Exclude `rel=dns-prefetch` links ([#1520](https://github.com/lycheeverse/lychee/pull/1520))
20+
- Improve docs for fragment checker
21+
- Don't check preconnect links ([#1187](https://github.com/lycheeverse/lychee/pull/1187))
22+
- 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)