Skip to content

Commit 9c3b171

Browse files
authored
Bump to esp-wifi 0.9.0 (#2066)
1 parent 5420ce0 commit 9c3b171

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

esp-wifi/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
### Changed
13+
14+
### Fixed
15+
16+
### Removed
17+
18+
## 0.9.0 - 2024-09-03
19+
20+
### Added
21+
1222
- Added support for WPA2-ENTERPRISE (#2004)
1323

1424
### Changed

esp-wifi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "esp-wifi"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
edition = "2021"
55
authors = ["The ESP-RS team"]
66
description = "A WiFi, Bluetooth and ESP-NOW driver for use with Espressif chips and bare-metal Rust"

0 commit comments

Comments
 (0)