Skip to content

chore: release v0.10.0#28

Merged
baszalmstra merged 1 commit intomainfrom
release-plz-2025-11-14T17-02-41Z
Mar 31, 2026
Merged

chore: release v0.10.0#28
baszalmstra merged 1 commit intomainfrom
release-plz-2025-11-14T17-02-41Z

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Nov 14, 2025

🤖 New release

  • async_http_range_reader: 0.9.1 -> 0.10.0 (⚠ API breaking changes)

async_http_range_reader breaking changes

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/enum_variant_added.ron

Failed in:
  variant AsyncHttpRangeReaderError:RangeMismatch in /tmp/.tmpw84TZO/async_http_range_reader/src/error.rs:44
  variant AsyncHttpRangeReaderError:ResponseTooLong in /tmp/.tmpw84TZO/async_http_range_reader/src/error.rs:55
  variant AsyncHttpRangeReaderError:ResponseTooShort in /tmp/.tmpw84TZO/async_http_range_reader/src/error.rs:59
Changelog

0.10.0 - 2026-03-31

Fixed

  • Avoid panics when content is longer than content length header (#33)

Other

  • migrate off bisect (#34)
  • Use std::io::Error::other(_) and declare MSRV 1.74 (#25)
  • Fix new clippy lints (#27)


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2025-11-14T17-02-41Z branch from c573216 to 4d93008 Compare February 9, 2026 18:31
@github-actions github-actions bot changed the title chore: release v0.9.2 chore: release v0.10.0 Mar 24, 2026
@github-actions github-actions bot force-pushed the release-plz-2025-11-14T17-02-41Z branch from 4d93008 to 869996c Compare March 24, 2026 19:59
@github-actions github-actions bot force-pushed the release-plz-2025-11-14T17-02-41Z branch from 869996c to 115c3af Compare March 31, 2026 15:50
@baszalmstra baszalmstra merged commit 299bef6 into main Mar 31, 2026
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