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 84f3f47 commit a131092Copy full SHA for a131092
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## [0.8.2] - 2024-10-25
2
+- Fix ESP-IDF v5.2.2 build ([#148](https://github.com/taks/esp32-nimble/pull/148))
3
+
4
## [0.8.1] - 2024-09-28
5
- Fixed BLEClient dropping multiple times (Fix #143) ([#144](https://github.com/taks/esp32-nimble/pull/144))
6
- Support ESP-IDF v5.2.3
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "esp32-nimble"
-version = "0.8.1"
+version = "0.8.2"
authors = ["taks <857tn859@gmail.com>"]
edition = "2021"
resolver = "2"
0 commit comments