Skip to content

Commit 72acc60

Browse files
committed
Release v0.8.1
1 parent 1dd7a97 commit 72acc60

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## Unreleased
22

3+
## [0.8.1](https://github.com/stm32-rs/stm32-eth/tree/v0.8.1)
34
* Fixed bug in `smoltcp::phy::Device` implementation that caused panics on RX errors ([#102])
45

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "stm32-eth"
44
description = "Embedded Rust Ethernet driver for the STM32 MCU series"
55
license = "Apache-2.0"
66
authors = ["Astro <astro@spaceboyz.net>", "Johannes Draaijer <jcdra1@gmail.com>"]
7-
version = "0.8.0"
7+
version = "0.8.1"
88
keywords = ["ethernet", "eth", "stm32", "stm32f4", "stm32f7"]
99
repository = "https://github.com/stm32-rs/stm32-eth"
1010
documentation = "https://docs.rs/stm32-eth/"

0 commit comments

Comments
 (0)