From 2fcf13e2fbca97955cbc5bb781457173eea59975 Mon Sep 17 00:00:00 2001 From: Sebastian Urban Date: Thu, 14 Mar 2024 21:10:18 +0100 Subject: [PATCH] Version 0.17.1 --- CONTRIBUTORS | 1 + bluer/CHANGELOG.md | 4 ++++ bluer/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 4d8f8d0..a55d7d7 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,6 @@ This file lists all contributors to BlueR in alphabetical order. +Badr Mohammad Taha Bin Firoz Dejan Bosanac Kjetil Jørgensen diff --git a/bluer/CHANGELOG.md b/bluer/CHANGELOG.md index f184ba7..1730ba5 100644 --- a/bluer/CHANGELOG.md +++ b/bluer/CHANGELOG.md @@ -4,6 +4,10 @@ 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.1 - 2024-03-13 +### Added +- device: add battery_percentage method by badr + ## 0.17.0 - 2024-02-01 ### Changed - DiscoveryFilter::duplicate_data default is now false diff --git a/bluer/Cargo.toml b/bluer/Cargo.toml index c038891..6943adc 100644 --- a/bluer/Cargo.toml +++ b/bluer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bluer" -version = "0.17.0" +version = "0.17.1" description = "BlueR: official Rust interface to the Linux Bluetooth protocol stack (BlueZ)" readme = "README.md" authors = [