Releases: google/zerocopy
Releases · google/zerocopy
derive-v0.3.2
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
- @yotamofek made their first contribution in #14
- @SanchithHegde made their first contribution in #37
- @MSalah73 made their first contribution in #41
Full Changelog: derive-v0.3.0...derive-v0.3.2
v0.6.1
Full Changelog: v0.6.0...v0.6.1
v0.6.0
Full Changelog: v0.5.1...v0.6.0
v0.5.1
Full Changelog: v0.5.0...v0.5.1
v0.5.0: [zerocopy-derive] Release 0.3.0
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
Full Changelog: derive-v0.2.1...derive-v0.3.0
derive-v0.2.0
Full Changelog: derive-v0.2.0...derive-v0.2.1
v0.4.0
Full Changelog: v0.3.1...v0.4.0
v0.3.1
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Full Changelog: https://github.com/google/zerocopy/commits/v0.3.0