Skip to content

Commit

Permalink
Prepare esp-wifi 0.7.1 (#1820)
Browse files Browse the repository at this point in the history
* Prepare esp-wifi 0.7.1

* CHANGELOG.md
  • Loading branch information
bjoernQ committed Jul 17, 2024
1 parent 884db5a commit 2c8bb07
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions esp-wifi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

### Changed

### Fixed

### Removed

## 0.7.1 - 2024-07-17

### Added

### Changed

- Check no password is set when using `AuthMethod::None`(#1806)

### Fixed

- Downgrade `embedded-svc` to 0.27.1 (#1820)

### Removed

## 0.7.0 - 2024-07-15
Expand Down
4 changes: 2 additions & 2 deletions esp-wifi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "esp-wifi"
version = "0.7.0"
version = "0.7.1"
edition = "2021"
authors = ["The ESP-RS team"]
description = "A WiFi, Bluetooth and ESP-NOW driver for use with Espressif chips and bare-metal Rust"
Expand All @@ -20,7 +20,7 @@ smoltcp = { version = "0.11.0", default-features = false, features = [
], optional = true }
critical-section = "1.1.2"
log = { version = "0.4.22", optional = true }
embedded-svc = { version = "0.28.0", default-features = false, features = [
embedded-svc = { version = "0.27.1", default-features = false, features = [
], optional = true }
enumset = { version = "1.1.3", default-features = false, optional = true }
linked_list_allocator = { version = "0.10.5", default-features = false, features = [
Expand Down

0 comments on commit 2c8bb07

Please sign in to comment.