From c5e26ed174b3f508cec3025d979ffda7dec53bad Mon Sep 17 00:00:00 2001 From: Sebastian Urban Date: Mon, 30 Jan 2023 21:01:52 +0100 Subject: [PATCH] Version 0.15.6 --- bluer/CHANGELOG.md | 4 ++++ bluer/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/bluer/CHANGELOG.md b/bluer/CHANGELOG.md index 7313f8a..e9cd76d 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.15.6 - 2023-01-30 +### Added +- string representation for RFCOMM socket address + ## 0.15.5 - 2023-01-11 ### Added - Convert Bluetooth address to and from MacAddr6. diff --git a/bluer/Cargo.toml b/bluer/Cargo.toml index ff98194..7124d74 100644 --- a/bluer/Cargo.toml +++ b/bluer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bluer" -version = "0.15.5" +version = "0.15.6" description = "BlueR: official Rust interface to the Linux Bluetooth protocol stack (BlueZ)" readme = "README.md" authors = [