From 9b50bab40f04fcf57614500ab90e25c7fc37134c Mon Sep 17 00:00:00 2001 From: Sebastian Urban Date: Mon, 15 Jul 2024 11:17:29 +0200 Subject: [PATCH] Version 0.17.3 --- CONTRIBUTORS | 1 + bluer/CHANGELOG.md | 4 ++++ bluer/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index a55d7d7..a56c5ee 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -3,6 +3,7 @@ This file lists all contributors to BlueR in alphabetical order. Badr Mohammad Taha Bin Firoz Dejan Bosanac +Eric Daniels Kjetil Jørgensen Maxim Khitrov Gavin Li diff --git a/bluer/CHANGELOG.md b/bluer/CHANGELOG.md index b1d7630..408c9a0 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.3 - 2024-07-15 +### Added +- device: add RemoteAddress property + ## 0.17.2 - 2024-06-26 ### Changed - warn when a returned handle is unused diff --git a/bluer/Cargo.toml b/bluer/Cargo.toml index afaa651..ed3837c 100644 --- a/bluer/Cargo.toml +++ b/bluer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bluer" -version = "0.17.2" +version = "0.17.3" description = "BlueR: official Rust interface to the Linux Bluetooth protocol stack (BlueZ)" readme = "README.md" authors = [