Skip to content

Commit

Permalink
Merge pull request #98 from stm32-rs/release-v0.7.0
Browse files Browse the repository at this point in the history
Release v0.7.0
  • Loading branch information
datdenkikniet authored Nov 3, 2024
2 parents 93c9ef5 + 3473b8b commit af986ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Unreleased

## [0.7.0](https://github.com/stm32-rs/stm32-eth/tree/v0.7.0)
* Update hals ([#97])
* `stm32f4xx-hal` from `0.20` to `0.21`
* `stm32f7xx-hal` from `0.7` to `0.7`

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

## [0.6.0](https://github.com/stm32-rs/stm32-eth/tree/v0.6.0)
* Update version of `smoltcp` to `v0.11.0` ([#92])
* Remove re-export of `smoltcp`, and update examples ([#94])
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.6.0"
version = "0.7.0"
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 af986ea

Please sign in to comment.