Skip to content

Commit 693ec09

Browse files
committed
Release v0.8.2
1 parent d7ce4a6 commit 693ec09

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

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.2](https://github.com/stm32-rs/stm32-eth/tree/v0.8.2)
34
* Implement `smoltcp::phy::Device` for non-borrowed `EthernetDMA` ([#106])
45

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

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.1"
7+
version = "0.8.2"
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)