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 #65

Merged
merged 1 commit into from
Mar 12, 2024
Merged

chore: release #65

merged 1 commit into from
Mar 12, 2024

Conversation

fasterthanlime
Copy link
Collaborator

@fasterthanlime fasterthanlime commented Feb 10, 2024

🤖 New release

  • rc-zip: 4.0.0 -> 5.0.0 (⚠️ API breaking changes)
  • rc-zip-sync: 4.0.0 -> 4.0.1
  • rc-zip-tokio: 4.0.0 -> 4.0.1

⚠️ rc-zip 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.29.1/src/lints/enum_variant_added.ron

Failed in:
  variant FormatError:InvalidHeaderOffset in /tmp/.tmpQ6a6Bw/rc-zip/rc-zip/src/error.rs:127
Changelog

rc-zip

5.0.0 - 2024-03-12

Added

  • Add fuzz target, fix several panics (#67)

Other

  • Decomplexify match some more
  • Decomplexify match

rc-zip-sync

4.0.1 - 2024-03-12

Other

  • updated the following local packages: rc-zip, rc-zip

rc-zip-tokio

4.0.1 - 2024-03-12

Other

  • updated the following local packages: rc-zip, rc-zip


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2024-02-10T21-37-37Z branch from e214dba to 7fe9fea Compare February 10, 2024 21:38
Copy link

codecov bot commented Feb 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.72%. Comparing base (1b9ab6f) to head (7c0dfc8).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #65   +/-   ##
=======================================
  Coverage   75.72%   75.72%           
=======================================
  Files          25       25           
  Lines        2385     2385           
=======================================
  Hits         1806     1806           
  Misses        579      579           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Amos <7998310+fasterthanlime@users.noreply.github.com>
@github-actions github-actions bot force-pushed the release-plz-2024-02-10T21-37-37Z branch from 7fe9fea to 7c0dfc8 Compare March 12, 2024 08:29
@fasterthanlime fasterthanlime merged commit 5447fed into main Mar 12, 2024
5 checks passed
@fasterthanlime fasterthanlime deleted the release-plz-2024-02-10T21-37-37Z branch March 12, 2024 08:33
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