Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
taks committed May 21, 2024
1 parent 17d22d4 commit 52ff798
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
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.0"
version = "0.6.1"
authors = ["taks <857tn859@gmail.com>"]
edition = "2021"
resolver = "2"
Expand Down

0 comments on commit 52ff798

Please sign in to comment.