Skip to content

Commit 3592972

Browse files
authored
chore: release v0.19.1 (lycheeverse#1726)
1 parent d512262 commit 3592972

5 files changed

Lines changed: 21 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.19.0"
6+
version = "0.19.1"
77

88
[profile.release]
99
debug = true

lychee-bin/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.19.1](https://github.com/lycheeverse/lychee/compare/lychee-v0.19.0...lychee-v0.19.1) - 2025-06-16
11+
12+
### Other
13+
14+
- Don't echo potentially sensitive header data ([#1728](https://github.com/lycheeverse/lychee/pull/1728))
15+
- Update changelog
16+
1017
## [0.19.0](https://github.com/lycheeverse/lychee/compare/lychee-v0.18.1...lychee-v0.19.0) - 2025-06-11
1118

1219
Most notably with this release the deprecated `--exclude-mail` flag was removed and the behavior of the `--accept` flag was updated. Previously, status codes such as `200 OK` were always accepted. Now they are only accepted by default. This means providing the argument `--accept 201` now rejects status code `200 OK`.

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.85.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.19.0", default-features = false }
18+
lychee-lib = { path = "../lychee-lib", version = "0.19.1", default-features = false }
1919

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

lychee-lib/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.19.1](https://github.com/lycheeverse/lychee/compare/lychee-lib-v0.19.0...lychee-lib-v0.19.1) - 2025-06-16
11+
12+
### Fixed
13+
14+
- skip the fragment check if the uri doesn't contain fragment ([#1730](https://github.com/lycheeverse/lychee/pull/1730))
15+
16+
### Other
17+
18+
- Update changelog
19+
1020
## [0.19.0](https://github.com/lycheeverse/lychee/compare/lychee-lib-v0.18.1...lychee-lib-v0.19.0) - 2025-06-11
1121

1222
### Added

0 commit comments

Comments
 (0)