Skip to content

chore: release v0.12.0 - #41

Merged
baszalmstra merged 1 commit into
mainfrom
release-plz-2026-09-03T08-08-28Z
Sep 3, 2026
Merged

chore: release v0.12.0#41
baszalmstra merged 1 commit into
mainfrom
release-plz-2026-09-03T08-08-28Z

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • async_http_range_reader: 0.11.0 -> 0.12.0 (⚠ API breaking changes)

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.50.0/src/lints/enum_marked_non_exhaustive.ron

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

0.12.0 - 2026-09-03

Fixed

  • Declare error type as non_exhaustive (#13)

Other

  • pin release-plz action to a commit with cargo-semver-checks 0.50
  • Fix clippy
  • Keep cached ranges alive after the download task stops
  • reject file lengths that do not fit in usize
  • Return a terminal error when range downloads stop


This PR was generated with release-plz.

baszalmstra added a commit that referenced this pull request Sep 3, 2026
The last tagged release-plz action (v0.5.131) installs cargo-semver-checks
0.48, which cannot read the rustdoc JSON format produced by current stable
Rust. release-plz treats that tool failure as 'API compatible'
(release-plz/release-plz#2294), so #41 proposed 0.11.1 for a release that
marks AsyncHttpRangeReaderError #[non_exhaustive].

Pin to the action's main until a release with 0.50 is tagged.
@github-actions github-actions Bot changed the title chore: release v0.11.1 chore: release v0.12.0 Sep 3, 2026
@github-actions
github-actions Bot force-pushed the release-plz-2026-09-03T08-08-28Z branch from fac91a9 to 0345634 Compare September 3, 2026 09:42
@baszalmstra
baszalmstra enabled auto-merge (squash) September 3, 2026 10:20
@baszalmstra
baszalmstra merged commit 09d30fc into main Sep 3, 2026
3 checks passed
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