From 52ff798fff690e1d96c62c089b3951f9a2450b63 Mon Sep 17 00:00:00 2001 From: taks <857tn859@gmail.com> Date: Tue, 21 May 2024 18:06:00 +0900 Subject: [PATCH] New release --- CHANGELOG.md | 6 ++++-- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33c6f4c..29cc32e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,11 @@ -## [0.6.1] +## [0.6.1] - 2024-05-21 - Added BLECharacteristic.cpfd ([#114](https://github.com/taks/esp32-nimble/pull/114)) - Added Accessor Functions ([#118](https://github.com/taks/esp32-nimble/pull/118)) - Add resolve_rpa to keyboard example ([#120](https://github.com/taks/esp32-nimble/pull/120)) +- Fix memory leak ([#121](https://github.com/taks/esp32-nimble/pull/121)) +- Impl std::error::Error for BLEError ([#124](https://github.com/taks/esp32-nimble/pull/124)) -## [0.6.0]- 2024-03-07 +## [0.6.0] - 2024-03-07 - Implement Display and Debug traits for BLERemoteCharacteristic & BLERemoteService ([#66](https://github.com/taks/esp32-nimble/pull/66)) - Added `BLEAdvertising::on_complete` - Added `OnWriteArgs::notify::notify` ([#75](https://github.com/taks/esp32-nimble/pull/75)) diff --git a/Cargo.toml b/Cargo.toml index 5b75dea..dc4c6a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "esp32-nimble" -version = "0.6.0" +version = "0.6.1" authors = ["taks <857tn859@gmail.com>"] edition = "2021" resolver = "2"