We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5420ce0 commit 9c3b171Copy full SHA for 9c3b171
esp-wifi/CHANGELOG.md
@@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
### Added
11
12
+### Changed
13
+
14
+### Fixed
15
16
+### Removed
17
18
+## 0.9.0 - 2024-09-03
19
20
+### Added
21
22
- Added support for WPA2-ENTERPRISE (#2004)
23
24
### Changed
esp-wifi/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "esp-wifi"
3
-version = "0.8.0"
+version = "0.9.0"
4
edition = "2021"
5
authors = ["The ESP-RS team"]
6
description = "A WiFi, Bluetooth and ESP-NOW driver for use with Espressif chips and bare-metal Rust"
0 commit comments