prepare next patch version

This commit is contained in:
2024-04-20 10:42:36 +02:00
parent 619b22e58f
commit 8b1ccb0cd0
3 changed files with 42 additions and 9 deletions
+12
View File
@@ -8,6 +8,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
# [unreleased]
# [v0.11.1] 2024-04-20
## Fixed
- The default data length for for `SpHeader` constructors where the data field length is not
specified is now 0.
- The `SpHeader::new_from_fields` is public now.
## Added
- `SpHeader::to_vec` method.
# [v0.11.0] 2024-04-16
## Changed