Skip to content

Commit 7d7d544

Browse files
committed
Release v0.8.0
1 parent 96f022f commit 7d7d544

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.0](https://github.com/stm32-rs/stm32-eth/tree/v0.8.0)
34
* Update version of `smoltcp` to `v0.12.0` ([#99])
45

56
## [0.7.0](https://github.com/stm32-rs/stm32-eth/tree/v0.7.0)

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.7.0"
7+
version = "0.8.0"
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)