Skip to content

Commit 0e2759d

Browse files
committed
New release
1 parent 67ee700 commit 0e2759d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.10.2] - 2025-02-13
2+
- Fix ESP-IDF v5.4 build ([#170](https://github.com/taks/esp32-nimble/pull/170))
3+
- Added connection Handle check before gap event is handled in characteristic to fix the deadlock issue in #151 ([#171](https://github.com/taks/esp32-nimble/pull/171))
4+
15
## [0.10.1] - 2025-02-06
26
- Fix `on_notify` when data is long ([#167](https://github.com/taks/esp32-nimble/pull/167))
37

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "esp32-nimble"
3-
version = "0.10.1"
3+
version = "0.10.2"
44
authors = ["taks <857tn859@gmail.com>"]
55
edition = "2021"
66
resolver = "2"

0 commit comments

Comments
 (0)