File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to BlueR will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## 0.17.2 - 2024-06-26
8+ ### Changed
9+ - warn when a returned handle is unused
10+ - clarify that events of MonitorHandle must be consumed
11+
712## 0.17.1 - 2024-03-13
813### Added
914- device: add battery_percentage method by badr
Original file line number Diff line number Diff line change 11[package ]
22name = " bluer"
3- version = " 0.17.1 "
3+ version = " 0.17.2 "
44description = " BlueR: official Rust interface to the Linux Bluetooth protocol stack (BlueZ)"
55readme = " README.md"
66authors = [
@@ -61,7 +61,7 @@ strum = { version = "0.26", features = ["derive"] }
6161num-traits = " 0.2"
6262num-derive = " 0.4"
6363libc = " 0.2"
64- nix = { version = " 0.27 " , default-features = false , features = [" ioctl" ] }
64+ nix = { version = " 0.29 " , default-features = false , features = [" ioctl" ] }
6565custom_debug = { version = " 0.6" , optional = true }
6666displaydoc = { version = " 0.2" , optional = true }
6767log = " 0.4"
You can’t perform that action at this time.
0 commit comments