prep next beta release #28

Merged
muellerr merged 4 commits from prep_v0.7.0-beta.1 into main 2023-08-28 18:54:33 +02:00
Showing only changes of commit 1b01c8bb0b - Show all commits

View File

@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
# [v0.7.0-beta.1] 2023-08-28
- Bump `zerocopy` dependency to v0.7.0
## Changed
- The `Tlv` and `Lv` API return `&[u8]` instead of `Option<&[u8]>`.