Skip to content

Releases: google/zerocopy

v0.6.3

08 Dec 16:04
a31ffef
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.2...v0.6.3

v0.6.3-alpha

08 Dec 16:04
dec6e4c
Compare
Choose a tag to compare
v0.6.3-alpha Pre-release
Pre-release

What's Changed

Full Changelog: v0.6.2...v0.6.3-alpha

v0.6.2

08 Dec 16:03
3293475
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.6.2

v0.7.0-alpha.5

08 Dec 16:09
355deeb
Compare
Choose a tag to compare
v0.7.0-alpha.5 Pre-release
Pre-release

What's Changed

  • [ci] Run Clippy with --tests by @joshlf in #178
  • Clean up one TODO, enable more Clippy lints by @joshlf in #179
  • [ci] Don't fail fast on CI errors by @joshlf in #184
  • [ci] Update pinned toolchain versions by @joshlf in #185
  • zerocopy-derive: Switch to the license field in Cargo.toml by @dm0- in #191
  • Add Unalign::update method by @joshlf in #212
  • Rename LayoutVerified to Ref by @joshlf in #203
  • Replace generic ByteSlices with concrete slices by @joshlf in #204
  • Release 0.7.0-alpha.5 by @joshlf in #213

New Contributors

  • @dm0- made their first contribution in #191

Full Changelog: v0.7.0-alpha.4...v0.7.0-alpha.5

v0.7.0-alpha.4

08 Dec 16:08
91b9c02
Compare
Choose a tag to compare
v0.7.0-alpha.4 Pre-release
Pre-release

What's Changed

Full Changelog: v0.7.0-alpha.3...v0.7.0-alpha.4

v0.7.0-alpha.3

08 Dec 16:08
0fbc928
Compare
Choose a tag to compare
v0.7.0-alpha.3 Pre-release
Pre-release

What's Changed

Full Changelog: v0.7.0-alpha.2...v0.7.0-alpha.3

v0.7.0-alpha.2

08 Dec 16:08
15df3b1
Compare
Choose a tag to compare
v0.7.0-alpha.2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.7.0-alpha.1...v0.7.0-alpha.2

derive-v0.7.0-alpha.1

08 Dec 15:59
aa60da1
Compare
Choose a tag to compare
derive-v0.7.0-alpha.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: derive-v0.3.2...derive-v0.7.0-alpha.1

v0.7.0-alpha.1

08 Dec 16:07
25caf2f
Compare
Choose a tag to compare
v0.7.0-alpha.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.7.0-alpha...v0.7.0-alpha.1

v0.7.0-alpha

08 Dec 16:07
23590a7
Compare
Choose a tag to compare
v0.7.0-alpha Pre-release
Pre-release

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

New Contributors

Full Changelog: v0.6.1...v0.7.0-alpha