diff --git a/Cargo.toml b/Cargo.toml index 4d8109e..bbeee21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "riot-wrappers" -version = "0.9.0" +version = "0.9.1" authors = ["Christian Amsüss "] edition = "2021" rust-version = "1.79.0" diff --git a/NEWS.md b/NEWS.md index 658527b..5b2785f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,15 @@ +# Changes in 0.9.1 + +* gnrc::nib: New module for GNRC neighbor information. + +* LED: Differentiate constructors, deprecate `::new()`. + +* Internally use `const { }` and other recent Rust idioms suich as `c""`. + +* Update dependencies: Rust to 1.79 and the coap-message crate (implementing message upgrading). + +* Extend tests. + # Changes in 0.9.0 ## Breaking changes