Skip to content

Commit af986ea

Browse files
Merge pull request #98 from stm32-rs/release-v0.7.0
Release v0.7.0
2 parents 93c9ef5 + 3473b8b commit af986ea

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [0.7.0](https://github.com/stm32-rs/stm32-eth/tree/v0.7.0)
4+
* Update hals ([#97])
5+
* `stm32f4xx-hal` from `0.20` to `0.21`
6+
* `stm32f7xx-hal` from `0.7` to `0.7`
7+
8+
[#97]: https://github.com/stm32-rs/stm32-eth/pull/97
9+
310
## [0.6.0](https://github.com/stm32-rs/stm32-eth/tree/v0.6.0)
411
* Update version of `smoltcp` to `v0.11.0` ([#92])
512
* Remove re-export of `smoltcp`, and update examples ([#94])

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 <[email protected]>", "Johannes Draaijer <[email protected]>"]
7-
version = "0.6.0"
7+
version = "0.7.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)