Skip to content

Commit 5fc7c9c

Browse files
authored
chore: release v0.24.2
1 parent 9d3b7ab commit 5fc7c9c

5 files changed

Lines changed: 34 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 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", "test-utils"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.24.1"
6+
version = "0.24.2"
77

88
[profile.release]
99
debug = true

lychee-bin/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.24.2](https://github.com/lycheeverse/lychee/compare/lychee-v0.24.1...lychee-v0.24.2) - 2026-04-30
11+
12+
### Added
13+
14+
- user hints ([#2021](https://github.com/lycheeverse/lychee/pull/2021))
15+
16+
### Fixed
17+
18+
- typo in README.md ([#2173](https://github.com/lycheeverse/lychee/pull/2173))
19+
- update binstall metadata after 0.24.0 restructure ([#2165](https://github.com/lycheeverse/lychee/pull/2165))
20+
21+
### Other
22+
23+
- *(deps)* bump the dependencies group with 8 updates
24+
1025
## [0.24.1](https://github.com/lycheeverse/lychee/compare/lychee-v0.24.0...lychee-v0.24.1) - 2026-04-24
1126

1227
### Other

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

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

lychee-lib/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.24.2](https://github.com/lycheeverse/lychee/compare/lychee-lib-v0.24.1...lychee-lib-v0.24.2) - 2026-04-30
11+
12+
### Added
13+
14+
- user hints ([#2021](https://github.com/lycheeverse/lychee/pull/2021))
15+
16+
### Fixed
17+
18+
- typo in README.md ([#2173](https://github.com/lycheeverse/lychee/pull/2173))
19+
20+
### Other
21+
22+
- *(deps)* bump the dependencies group with 8 updates
23+
1024
## [0.24.1](https://github.com/lycheeverse/lychee/compare/lychee-lib-v0.24.0...lychee-lib-v0.24.1) - 2026-04-24
1125

1226
### Other

0 commit comments

Comments
 (0)