Skip to content

Commit

Permalink
Version 0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Jun 26, 2024
1 parent 982b421 commit 1e5b4ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions bluer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to BlueR will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.17.2 - 2024-06-26
### Changed
- warn when a returned handle is unused
- clarify that events of MonitorHandle must be consumed

## 0.17.1 - 2024-03-13
### Added
- device: add battery_percentage method by badr
Expand Down
4 changes: 2 additions & 2 deletions bluer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bluer"
version = "0.17.1"
version = "0.17.2"
description = "BlueR: official Rust interface to the Linux Bluetooth protocol stack (BlueZ)"
readme = "README.md"
authors = [
Expand Down Expand Up @@ -61,7 +61,7 @@ strum = { version = "0.26", features = ["derive"] }
num-traits = "0.2"
num-derive = "0.4"
libc = "0.2"
nix = { version = "0.27", default-features = false, features = ["ioctl"] }
nix = { version = "0.29", default-features = false, features = ["ioctl"] }
custom_debug = { version = "0.6", optional = true }
displaydoc = { version = "0.2", optional = true }
log = "0.4"
Expand Down

0 comments on commit 1e5b4ec

Please sign in to comment.