Skip to content

Commit 2fcf13e

Browse files
committed
Version 0.17.1
1 parent 883955b commit 2fcf13e

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
This file lists all contributors to BlueR in alphabetical order.
22

3+
34
Mohammad Taha Bin Firoz <[email protected]>
45
Dejan Bosanac <[email protected]>
56
Kjetil Jørgensen <[email protected]>

bluer/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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.1 - 2024-03-13
8+
### Added
9+
- device: add battery_percentage method by badr
10+
711
## 0.17.0 - 2024-02-01
812
### Changed
913
- DiscoveryFilter::duplicate_data default is now false

bluer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bluer"
3-
version = "0.17.0"
3+
version = "0.17.1"
44
description = "BlueR: official Rust interface to the Linux Bluetooth protocol stack (BlueZ)"
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)