From a77462c722690cb5ea8713a81bbd7418bffd4a76 Mon Sep 17 00:00:00 2001 From: taks <857tn859@gmail.com> Date: Thu, 23 Jan 2025 17:11:58 +0900 Subject: [PATCH] New release --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 195ac4f..764b5d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.10.0] - 2025-01-23 +- bump esp-idf-svc and embassy-time version ([#161](https://github.com/taks/esp32-nimble/pull/161)) +- Changed on_read closure argument from `AttValue` to `Self` ([#163](https://github.com/taks/esp32-nimble/pull/163)) + ## [0.9.0] - 2025-01-07 - Added L2CAP support ([#117](https://github.com/taks/esp32-nimble/pull/117)) - Added `BLEDevice::get_addr` diff --git a/Cargo.toml b/Cargo.toml index 4180caf..60569bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "esp32-nimble" -version = "0.9.0" +version = "0.10.0" authors = ["taks <857tn859@gmail.com>"] edition = "2021" resolver = "2"