Skip to content

Commit 6fb7dbf

Browse files
committed
New release
1 parent 996f879 commit 6fb7dbf

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.11.0] - 2025-03-14
2+
- Added `&mut Self` argument to on_authentication_complete callback ([#174](https://github.com/taks/esp32-nimble/pull/174))
3+
- Fix null pointer dereferences ([#177](https://github.com/taks/esp32-nimble/pull/177))
4+
15
## [0.10.2] - 2025-02-13
26
- Fix ESP-IDF v5.4 build ([#170](https://github.com/taks/esp32-nimble/pull/170))
37
- 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))

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.2"
3+
version = "0.11.0"
44
authors = ["taks <857tn859@gmail.com>"]
55
edition = "2021"
66
resolver = "2"

0 commit comments

Comments
 (0)