Skip to content

Releases: bearcove/rc-zip

rc-zip-v5.1.2

05 Sep 12:03
59d0c6f
Compare
Choose a tag to compare

Other

  • Update logo attribution

rc-zip-tokio-v4.2.1

05 Sep 12:04
59d0c6f
Compare
Choose a tag to compare

Other

  • Update logo attribution

rc-zip-sync-v4.2.1

05 Sep 12:03
59d0c6f
Compare
Choose a tag to compare

Other

  • Update logo attribution

rc-zip-v5.1.1

04 Sep 08:05
35cdb82
Compare
Choose a tag to compare

Other

  • Add rc-zip logo to main crate, too

rc-zip-tokio-v4.2.0

04 Sep 08:12
35cdb82
Compare
Choose a tag to compare

Added

  • Add logo

rc-zip-sync-v4.2.0

04 Sep 08:09
35cdb82
Compare
Choose a tag to compare

Added

  • Add logo

rc-zip-v5.1.0

19 Mar 17:07
Compare
Choose a tag to compare

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-tokio-v4.1.0

19 Mar 17:08
Compare
Choose a tag to compare

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)

rc-zip-sync-v4.1.0

19 Mar 17:07
Compare
Choose a tag to compare

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-v5.0.1

12 Mar 08:46
66c4bfc
Compare
Choose a tag to compare

Other

  • Point rc-zip crate's README to its own README? release-plz is confused