Skip to content

Releases: google/zerocopy

derive-v0.3.2

08 Dec 15:58
9ecde74
Compare
Choose a tag to compare

What's Changed

  • Fix tests crashing with miri due to misalignment. by @yotamofek in #14
  • Inline more small functions. by @yotamofek in #15
  • [ci.yml] Test simd-nightly feature by @joshlf in #24
  • [ci.yml] Fix formatting and check formatting in CI by @joshlf in #25
  • Standardize import style by @joshlf in #26
  • [ci.yml] Test zerocopy-derive in CI by @joshlf in #27
  • Fix alignment tests for targets with pointer width < 8 bytes by @frazar in #28
  • Remove deprecated test output files by @SanchithHegde in #37
  • Fix as_bytes() test for big endian targets by @frazar in #34
  • Refactor zeroing for loops with the [u8]::fill method by @MSalah73 in #41
  • Re-enable test_new_error() for i686 target by @frazar in #42
  • [derive] Fix Clippy warnings by @joshlf in #48
  • Publish 0.7.0-alpha by @joshlf in #53
  • [derive] Publish 0.3.2 by @joshlf in #54

New Contributors

Full Changelog: derive-v0.3.0...derive-v0.3.2

v0.6.1

08 Dec 16:03
Compare
Choose a tag to compare

Full Changelog: v0.6.0...v0.6.1

v0.6.0

08 Dec 16:02
Compare
Choose a tag to compare

Full Changelog: v0.5.1...v0.6.0

v0.5.1

08 Dec 16:01
Compare
Choose a tag to compare

Full Changelog: v0.5.0...v0.5.1

v0.5.0: [zerocopy-derive] Release 0.3.0

08 Dec 16:01
Compare
Choose a tag to compare
Previously, we released a change in 0.2.1 which depends on the
min_const_generics feature, which was stabilized in 1.51. This was a
breaking change for users using compiler versions 1.50 or earlier,
which means it should not have been released as a patch release.

This change bumps the version to 0.3.0. After publishing, I will yank
0.2.1.

This change also releases zerocopy 0.5.0, which depends on
zerocopy-derive 0.3.0, since most users access zerocopy-derive via the
derives' reexports in the zerocopy crate.

Change-Id: Iddd3d615ceaf8a1a13b231d90968523a6353bda5
Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/521060
Commit-Queue: Joshua Liebow-Feeser <joshlf@google.com>
Reviewed-by: Adam Perry <adamperry@google.com>

derive-v0.3.0

08 Dec 15:58
Compare
Choose a tag to compare

derive-v0.2.0

08 Dec 15:57
Compare
Choose a tag to compare

v0.4.0

08 Dec 16:00
Compare
Choose a tag to compare

Full Changelog: v0.3.1...v0.4.0

v0.3.1

08 Dec 16:00
Compare
Choose a tag to compare

Full Changelog: v0.3.0...v0.3.1

v0.3.0

08 Dec 15:59
Compare
Choose a tag to compare