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

Merged
merged 1 commit into from
Mar 19, 2024
Merged

chore: release #69

merged 1 commit into from
Mar 19, 2024

Conversation

fasterthanlime
Copy link
Collaborator

@fasterthanlime fasterthanlime commented Mar 12, 2024

πŸ€– New release

  • rc-zip: 5.0.1 -> 5.1.0 (βœ“ API compatible changes)
  • rc-zip-sync: 4.0.1 -> 4.1.0 (βœ“ API compatible changes)
  • rc-zip-tokio: 4.0.1 -> 4.1.0 (βœ“ API compatible changes)
Changelog

rc-zip

5.1.0 - 2024-03-19

Added

  • Measure code coverage differently (#79)
  • Run one-byte-read tests in CI in release (#77)
  • Resolve winnow + chrono deprecations (#70)

Fixed

  • lzma_dec: count all input in outcome.bytes_read
  • In Entry FSM, don't recurse infinitely if buffer doesn't contain full local header
  • Fix doc comment for read_offset

Other

  • Fix zstd bug similar to lzma bug

rc-zip-sync

4.1.0 - 2024-03-19

Added

  • Measure code coverage differently (#79)
  • Run one-byte-read tests in CI in release (#77)
  • rc-zip-tokio: Re-use cursor if it's at the right offset already (#71)

Fixed

  • lzma_dec: count all input in outcome.bytes_read

Other

  • release (#68)

rc-zip-tokio

4.1.0 - 2024-03-19

Added

  • Measure code coverage differently (#79)
  • futures => futures_util (fewer deps)
  • Run one-byte-read tests in CI in release (#77)
  • More efficient implementation
  • rc-zip-tokio: Re-use cursor if it's at the right offset already (#71)

Fixed

  • lzma_dec: count all input in outcome.bytes_read
  • Don't give up on reading local header when given short reads
  • fix arafc bug I just introduced

Other

  • release (#68)


This PR was generated with release-plz.

Copy link

codecov bot commented Mar 12, 2024

Codecov Report

All modified and coverable lines are covered by tests βœ…

Project coverage is 79.73%. Comparing base (375c4d6) to head (b712dda).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #69   +/-   ##
=======================================
  Coverage   79.73%   79.73%           
=======================================
  Files          24       24           
  Lines        2230     2230           
=======================================
  Hits         1778     1778           
  Misses        452      452           

β˜” View full report in Codecov by Sentry.
πŸ“’ Have feedback on the report? Share it here.

@github-actions github-actions bot force-pushed the release-plz-2024-03-12T08-46-02Z branch 5 times, most recently from 54d1bff to ab34adb Compare March 16, 2024 20:53
@github-actions github-actions bot force-pushed the release-plz-2024-03-12T08-46-02Z branch 3 times, most recently from 91a3512 to 69aef13 Compare March 19, 2024 15:52
Signed-off-by: Amos <7998310+fasterthanlime@users.noreply.github.com>
@github-actions github-actions bot force-pushed the release-plz-2024-03-12T08-46-02Z branch from 69aef13 to b712dda Compare March 19, 2024 17:02
@fasterthanlime fasterthanlime enabled auto-merge (rebase) March 19, 2024 17:03
@fasterthanlime fasterthanlime merged commit 1ce6281 into main Mar 19, 2024
5 checks passed
@fasterthanlime fasterthanlime deleted the release-plz-2024-03-12T08-46-02Z branch March 19, 2024 17:06
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