Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Sep 4, 2024
1 parent 909a4cb commit d634c85
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "riot-wrappers"
version = "0.9.0"
version = "0.9.1"
authors = ["Christian Amsüss <[email protected]>"]
edition = "2021"
rust-version = "1.79.0"
Expand Down
12 changes: 12 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d634c85

Please sign in to comment.