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.17.0 #1549

Merged
merged 1 commit into from
Nov 6, 2024
Merged

chore: release v0.17.0 #1549

merged 1 commit into from
Nov 6, 2024

Conversation

mre
Copy link
Member

@mre mre commented Oct 27, 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/.tmpIOPYD8/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/.tmpIOPYD8/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/.tmpIOPYD8/lychee-lib/src/types/accept/selector.rs:20
Changelog

lychee

0.17.0 - 2024-11-06

Fixed

  • Remove tokio console subscriber (#1524)

Other

  • Bump the dependencies group across 1 directory with 12 updates (#1544)
  • Ignore casing when processing markdown fragments + check for percent encoded ancors (#1535)
  • Refactor cache handling test to make it more robust (#1548)
  • 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-11-06

Added

  • Add tests for dns-prefetch (#1522)

Other

  • Bump the dependencies group across 1 directory with 12 updates (#1544)
  • Ignore casing when processing markdown fragments + check for percent encoded ancors (#1535)
  • 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-27T00-24-07Z branch 2 times, most recently from 72e76dc to 82b60d5 Compare October 28, 2024 12:40
@mre mre force-pushed the release-plz-2024-10-27T00-24-07Z branch from 82b60d5 to f29c00b Compare November 6, 2024 16:43
@mre mre merged commit 2cdec32 into master Nov 6, 2024
7 checks passed
@mre mre deleted the release-plz-2024-10-27T00-24-07Z branch November 6, 2024 16:48
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