From 0622802ef9972b0fa62d0f10e50d25ca72c1cc66 Mon Sep 17 00:00:00 2001 From: datdenkikniet Date: Sun, 3 Nov 2024 13:12:44 +0100 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5a1694..52ac407 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]) From 3473b8b40d0c0ee986b1d84f504a9707857c5ae1 Mon Sep 17 00:00:00 2001 From: datdenkikniet Date: Sun, 3 Nov 2024 13:08:59 +0100 Subject: [PATCH 2/2] Release v0.7.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b34cedd..cad5a77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ name = "stm32-eth" description = "Embedded Rust Ethernet driver for the STM32 MCU series" license = "Apache-2.0" authors = ["Astro ", "Johannes Draaijer "] -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/"