Skip to content
New issue

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

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

Already on GitHub? # to your account

chore: release v0.17.0 #1541

Closed
wants to merge 1 commit into from
Closed

Conversation

mre
Copy link
Member

@mre mre commented Oct 21, 2024

🤖 New release

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

⚠️ lychee-lib breaking changes

--- failure enum_variant_missing: pub enum variant removed or renamed ---

Description:
A publicly-visible enum has at least one variant 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.36.0/src/lints/enum_variant_missing.ron

Failed in:
  variant ErrorKind::AcceptSelectorError, previously in file /tmp/.tmpVmsvhc/lychee-lib/src/types/error.rs:147

--- 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.36.0/src/lints/inherent_method_missing.ron

Failed in:
  Client::check_website_inner, previously in file /tmp/.tmpVmsvhc/lychee-lib/src/client.rs:573

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself 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.36.0/src/lints/struct_missing.ron

Failed in:
  struct lychee_lib::AcceptSelector, previously in file /tmp/.tmpVmsvhc/lychee-lib/src/types/accept/selector.rs:20
Changelog

lychee

0.17.0 - 2024-10-27

Fixed

  • Remove tokio console subscriber (#1524)

Other

  • Fix format option in configuration file (#1547)
  • Fix skipping of email addresses in stylesheets (#1546)
  • Add support for relative links (#1489)
  • Update pkg-url of cargo binstall (#1532)
  • Bump the dependencies group with 3 updates (#1530)
  • Allow excluding cache based on status code (#1403)
  • Respect timeout when retrieving archived link (#1526)
  • Disable Wayback machine tests
  • Bump the dependencies group with 6 updates (#1516)

lychee-lib

0.17.0 - 2024-10-27

Added

  • Add tests for dns-prefetch (#1522)

Other

  • Fix skipping of email addresses in stylesheets (#1546)
  • Add support for relative links (#1489)
  • Box Octocrab error as it is too large (#1543)
  • Don't check prefix attribute (#1536)
  • Bump the dependencies group with 3 updates (#1530)
  • Allow excluding cache based on status code (#1403)
  • Ignore textContent links in html nodes (#1528)
  • Exclude rel=dns-prefetch links (#1520)
  • Improve docs for fragment checker
  • Don't check preconnect links (#1187)
  • Bump the dependencies group with 6 updates (#1516)


This PR was generated with release-plz.

@mre mre force-pushed the release-plz-2024-10-21T22-07-04Z branch 4 times, most recently from 1902fe1 to b695fbd Compare October 26, 2024 23:36
@mre mre force-pushed the release-plz-2024-10-21T22-07-04Z branch from b695fbd to 0847057 Compare October 27, 2024 00:21
@mre mre closed this Oct 27, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant