Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
taks committed Jul 11, 2024
1 parent fbea7e5 commit eae85d0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit eae85d0

Please sign in to comment.