Skip to content

Commit 1e5b4ec

Browse files
committed
Version 0.17.2
1 parent 982b421 commit 1e5b4ec

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

bluer/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to BlueR will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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

bluer/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bluer"
3-
version = "0.17.1"
3+
version = "0.17.2"
44
description = "BlueR: official Rust interface to the Linux Bluetooth protocol stack (BlueZ)"
55
readme = "README.md"
66
authors = [
@@ -61,7 +61,7 @@ strum = { version = "0.26", features = ["derive"] }
6161
num-traits = "0.2"
6262
num-derive = "0.4"
6363
libc = "0.2"
64-
nix = { version = "0.27", default-features = false, features = ["ioctl"] }
64+
nix = { version = "0.29", default-features = false, features = ["ioctl"] }
6565
custom_debug = { version = "0.6", optional = true }
6666
displaydoc = { version = "0.2", optional = true }
6767
log = "0.4"

0 commit comments

Comments
 (0)