Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v0.18.0 #1554

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

mre
Copy link
Member

@mre mre commented Nov 6, 2024

🤖 New release

  • lychee: 0.17.0 -> 0.18.0
  • lychee-lib: 0.17.0 -> 0.18.0 (⚠️ API breaking changes)

⚠️ lychee-lib breaking changes

--- failure inherent_method_const_removed: pub method is no longer const ---

Description:
A publicly-visible method or associated fn is no longer `const` and can no longer be used in a `const` context.
        ref: https://doc.rust-lang.org/reference/const_eval.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.37.0/src/lints/inherent_method_const_removed.ron

Failed in:
  Collector::new in /tmp/.tmptebDB6/lychee/lychee-lib/src/collector.rs:51
  Collector::new in /tmp/.tmptebDB6/lychee/lychee-lib/src/collector.rs:51

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

Description:
A publicly-visible method now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.37.0/src/lints/method_parameter_count_changed.ron

Failed in:
  lychee_lib::collector::Collector::new now takes 2 parameters instead of 1, in /tmp/.tmptebDB6/lychee/lychee-lib/src/collector.rs:51
  lychee_lib::Collector::new now takes 2 parameters instead of 1, in /tmp/.tmptebDB6/lychee/lychee-lib/src/collector.rs:51
Changelog

lychee

0.18.0 - 2024-12-18

Other

  • Bump the dependencies group across 1 directory with 11 updates (#1589)
  • Introduce --root-dir (#1576)
  • Fix retries (#1573)
  • Pass along --max-retries config option (#1572)
  • Bump the dependencies group with 4 updates (#1571)
  • Bump the dependencies group with 4 updates (#1570)
  • Bump the dependencies group with 4 updates (#1566)
  • Rename fail_map to error_map for improved clarity in response statistics (#1560)
  • Add quirks support for youtube-nocookie.com and youtube embed URLs (#1563)
  • Support excluded paths in --dump-inputs (#1556)
  • Improve robustness of cache integration test (#1557)
  • Bump the dependencies group across 1 directory with 7 updates (#1552)
  • Bring back error output for links (Fix: Bring back error output for links #1553)

lychee-lib

0.18.0 - 2024-12-18

Other

  • Bump the dependencies group across 1 directory with 11 updates (#1589)
  • Introduce --root-dir (#1576)
  • Fix retries (#1573)
  • Bump the dependencies group with 4 updates (#1571)
  • Bump the dependencies group with 4 updates (#1570)
  • Bump the dependencies group with 4 updates (#1566)
  • Rename fail_map to error_map for improved clarity in response statistics (#1560)
  • Add quirks support for youtube-nocookie.com and youtube embed URLs (#1563)
  • Support underscores in Markdown URLs (#1555)
  • Bump the dependencies group across 1 directory with 7 updates (#1552)
  • Bring back error output for links (Fix: Bring back error output for links #1553)


This PR was generated with release-plz.

@mre mre force-pushed the release-plz-2024-11-06T23-27-22Z branch 8 times, most recently from 9e77915 to 4646ef8 Compare November 12, 2024 22:56
@mre mre force-pushed the release-plz-2024-11-06T23-27-22Z branch 2 times, most recently from 704fc2b to 93d5ee8 Compare November 25, 2024 12:45
@mre mre force-pushed the release-plz-2024-11-06T23-27-22Z branch 2 times, most recently from 4320524 to 1bf941b Compare November 27, 2024 22:03
@mre mre force-pushed the release-plz-2024-11-06T23-27-22Z branch from 1bf941b to f2e97cd Compare December 5, 2024 13:07
@mre mre changed the title chore: release v0.17.1 chore: release v0.18.0 Dec 13, 2024
@mre mre force-pushed the release-plz-2024-11-06T23-27-22Z branch 2 times, most recently from 1433522 to e11f07d Compare December 16, 2024 16:19
@mre mre force-pushed the release-plz-2024-11-06T23-27-22Z branch from e11f07d to 82a7d0a Compare December 18, 2024 08:26
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