Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["lychee-bin", "lychee-lib", "examples/*", "benches", "test-utils"]
resolver = "2"

[workspace.package]
version = "0.24.1"
version = "0.24.2"

[profile.release]
debug = true
15 changes: 15 additions & 0 deletions lychee-bin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.24.2](https://github.com/lycheeverse/lychee/compare/lychee-v0.24.1...lychee-v0.24.2) - 2026-04-30

### Added

- user hints ([#2021](https://github.com/lycheeverse/lychee/pull/2021))

### Fixed

- typo in README.md ([#2173](https://github.com/lycheeverse/lychee/pull/2173))
- update binstall metadata after 0.24.0 restructure ([#2165](https://github.com/lycheeverse/lychee/pull/2165))

### Other

- *(deps)* bump the dependencies group with 8 updates

## [0.24.1](https://github.com/lycheeverse/lychee/compare/lychee-v0.24.0...lychee-v0.24.1) - 2026-04-24

### Other
Expand Down
2 changes: 1 addition & 1 deletion lychee-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rust-version = "1.88.0"
[dependencies]
# NOTE: We need to specify the version of lychee-lib here because crates.io
# requires all dependencies to have a version number.
lychee-lib = { path = "../lychee-lib", version = "0.24.1", default-features = false }
lychee-lib = { path = "../lychee-lib", version = "0.24.2", default-features = false }

anyhow = "1.0.102"
assert-json-diff = "2.0.2"
Expand Down
14 changes: 14 additions & 0 deletions lychee-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.24.2](https://github.com/lycheeverse/lychee/compare/lychee-lib-v0.24.1...lychee-lib-v0.24.2) - 2026-04-30

### Added

- user hints ([#2021](https://github.com/lycheeverse/lychee/pull/2021))

### Fixed

- typo in README.md ([#2173](https://github.com/lycheeverse/lychee/pull/2173))

### Other

- *(deps)* bump the dependencies group with 8 updates

## [0.24.1](https://github.com/lycheeverse/lychee/compare/lychee-lib-v0.24.0...lychee-lib-v0.24.1) - 2026-04-24

### Other
Expand Down
Loading