small changelog note
Rust/spacepackets/pipeline/head Build started... Details
Rust/spacepackets/pipeline/pr-main Build started... Details

This commit is contained in:
Robin Müller 2023-08-28 18:54:01 +02:00
parent 2ee3eee32e
commit 1b01c8bb0b
Signed by: muellerr
GPG Key ID: FCE0B2BD2195142F
1 changed files with 2 additions and 0 deletions

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]>`.