Skip to content

Commit

Permalink
Release v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
datdenkikniet committed Sep 12, 2023
1 parent 672d6db commit ae6af8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## Unreleased

## [0.5.1](https://github.com/stm32-rs/stm32-eth/tree/v0.5.1)
* Ensure `packet_id` overflow does not panic ([#87])

[#87]: https://github.com/stm32-rs/stm32-eth/pull/87

## [0.5.0](https://github.com/stm32-rs/stm32-eth/tree/v0.5.0)
### Changes
* Update to `smoltcp` ~~v0.9~~ v0.10 (~~[#71]~~ [#81])
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name = "stm32-eth"
description = "Embedded Rust Ethernet driver for the STM32 MCU series"
license = "Apache-2.0"
authors = ["Astro <[email protected]>", "Johannes Draaijer <[email protected]>"]
version = "0.5.0"
version = "0.5.1"
keywords = ["ethernet", "eth", "stm32", "stm32f4", "stm32f7"]
repository = "https://github.com/stm32-rs/stm32-eth"
documentation = "https://docs.rs/stm32-eth/"
Expand Down

0 comments on commit ae6af8d

Please sign in to comment.