From eae85d07ea5922448fda2a9c3d315ebfbd2957de Mon Sep 17 00:00:00 2001 From: taks <857tn859@gmail.com> Date: Thu, 11 Jul 2024 09:10:31 +0900 Subject: [PATCH] New release --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29cc32e..4200c23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.7.0] - 2024-07-11 +- Upgraded to `esp-idf-svc` 0.49 +- Fix: Update RSSI Field in BLEAdvertisedDevice Structure During Discovery ([#127](https://github.com/taks/esp32-nimble/pull/127)) +- Reflect new build args propagation in build.rs ([#129](https://github.com/taks/esp32-nimble/pull/129)) +- Update README.md to include tips on increasing esp-ble task stack size ([#131](https://github.com/taks/esp32-nimble/pull/131)) + ## [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)) diff --git a/Cargo.toml b/Cargo.toml index 11bc9f9..191fe13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "esp32-nimble" -version = "0.6.1" +version = "0.7.0" authors = ["taks <857tn859@gmail.com>"] edition = "2021" resolver = "2"