Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
taks committed Mar 7, 2024
1 parent eb76ebd commit 0d6987b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [0.6.0]
## [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
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "esp32-nimble"
version = "0.5.1"
version = "0.6.0"
authors = ["taks <857tn859@gmail.com>"]
edition = "2021"
resolver = "2"
Expand Down Expand Up @@ -37,7 +37,7 @@ bstr = { version = "1.8.0", default-features = false }
embassy-sync = { version = "0.5.0" }
num_enum = { version = "0.7", default-features = false }
once_cell = { version = "1.19.0", default-features = false }
uuid = { version = "1.2.2", default-features = false, features = ["macro-diagnostics"] }
uuid = { version = "1", default-features = false, features = ["macro-diagnostics"] }

[dev-dependencies]
esp-idf-sys = { version = "0.34", default-features = false, features = ["binstart", "alloc_handler"] }
Expand Down

0 comments on commit 0d6987b

Please sign in to comment.