Skip to content

chore: release v0.25.0#2181

Open
mre wants to merge 1 commit into
masterfrom
release-plz-2026-05-01T17-57-19Z
Open

chore: release v0.25.0#2181
mre wants to merge 1 commit into
masterfrom
release-plz-2026-05-01T17-57-19Z

Conversation

@mre
Copy link
Copy Markdown
Member

@mre mre commented May 1, 2026

🤖 New release

  • lychee-lib: 0.24.2 -> 0.25.0 (⚠ API breaking changes)
  • lychee: 0.24.2 -> 0.25.0

lychee-lib breaking changes

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/inherent_method_missing.ron

Failed in:
  Request::with_credentials, previously in file /tmp/.tmpcubbal/lychee-lib/src/types/request.rs:72

--- failure method_parameter_count_changed: pub method parameter count changed ---

Description:
A publicly-visible method now takes a different number of parameters, not counting the receiver (self) parameter.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/method_parameter_count_changed.ron

Failed in:
  lychee_lib::Client::check_website now takes 1 parameters instead of 2, in /tmp/.tmpKFApYY/lychee/lychee-lib/src/client.rs:625

--- failure struct_pub_field_missing: pub struct's pub field removed or renamed ---

Description:
A publicly-visible struct has at least one public field that is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/struct_pub_field_missing.ron

Failed in:
  field credentials of struct Request, previously in file /tmp/.tmpcubbal/lychee-lib/src/types/request.rs:30
Changelog

lychee-lib

0.25.0 - 2026-05-09

Other

  • move basic auth credentials out of Request (#2164)
  • (deps) bump the dependencies group with 2 updates
  • Update changelogs for v0.24.2 (#2180)

lychee

0.25.0 - 2026-05-09

Other

  • move basic auth credentials out of Request (#2164)
  • (deps) bump the dependencies group with 2 updates
  • Update changelogs for v0.24.2 (#2180)


This PR was generated with release-plz.

@mre mre force-pushed the release-plz-2026-05-01T17-57-19Z branch 3 times, most recently from 70e8ac0 to 61bdb18 Compare May 7, 2026 12:56
@mre mre changed the title chore: release v0.24.3 chore: release v0.25.0 May 9, 2026
@mre mre force-pushed the release-plz-2026-05-01T17-57-19Z branch from 61bdb18 to be99f3f Compare May 9, 2026 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant