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
5 changed files with 16 additions and 9 deletions
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 # [v0.7.0-beta.1] 2023-08-28
- Bump `zerocopy` dependency to v0.7.0
## Changed ## Changed
- The `Tlv` and `Lv` API return `&[u8]` instead of `Option<&[u8]>`. - The `Tlv` and `Lv` API return `&[u8]` instead of `Option<&[u8]>`.