Skip to content

chore: release v0.11.0#14

Open
github-actions[bot] wants to merge 1 commit intomainfrom
release-plz-2026-03-31T15-54-57Z
Open

chore: release v0.11.0#14
github-actions[bot] wants to merge 1 commit intomainfrom
release-plz-2026-03-31T15-54-57Z

Conversation

@github-actions
Copy link
Copy Markdown

🤖 New release

  • astral_async_http_range_reader: 0.10.0 -> 0.11.0 (⚠ API breaking changes)

astral_async_http_range_reader breaking changes

--- failure enum_marked_non_exhaustive: enum marked #[non_exhaustive] ---

Description:
A public enum has been marked #[non_exhaustive]. Pattern-matching on it outside of its crate must now include a wildcard pattern like `_`, or it will fail to compile.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#attr-adding-non-exhaustive
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/enum_marked_non_exhaustive.ron

Failed in:
  enum AsyncHttpRangeReaderError in /tmp/.tmpfXi0nX/async_http_range_reader/src/error.rs:6
Changelog

0.11.0 - 2026-03-31

Added

  • Migrate off bisect (#10)

Fixed

  • Declare error type as non_exhaustive (#13)

Other


This PR was generated with release-plz.

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.

0 participants