From 0310df712cb55440317df4a7111a958a3c6b5b5e Mon Sep 17 00:00:00 2001 From: Sebastian Urban <surban@surban.net> Date: Wed, 30 Nov 2022 17:11:43 +0100 Subject: [PATCH] Version 0.15.3 --- bluer-tools/CHANGELOG.md | 4 ++++ bluer-tools/Cargo.toml | 4 ++-- bluer/CHANGELOG.md | 4 ++++ bluer/Cargo.toml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/bluer-tools/CHANGELOG.md b/bluer-tools/CHANGELOG.md index 4155015..f27910c 100644 --- a/bluer-tools/CHANGELOG.md +++ b/bluer-tools/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to BlueR tools 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.3 - 2022-11-30 +### Changed +- update to BlueR 0.15.3 + ## 0.15.2 - 2022-11-30 ### Changed - update to BlueR 0.15.2 diff --git a/bluer-tools/Cargo.toml b/bluer-tools/Cargo.toml index 06ae79e..865e4a5 100644 --- a/bluer-tools/Cargo.toml +++ b/bluer-tools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bluer-tools" -version = "0.15.2" +version = "0.15.3" description = "BlueR tools: swiss army knife for GATT services, L2CAP and RFCOMM sockets on Linux" readme = "README.md" authors = ["Sebastian Urban <surban@surban.net>", "BlueR contributors"] @@ -27,7 +27,7 @@ name = "rfcat" path = "src/rfcat.rs" [dependencies] -bluer = { version = "0.15.2", path = "../bluer", features = ["full"] } +bluer = { version = "0.15.3", path = "../bluer", features = ["full"] } futures = "0.3" tokio = { version = "1", features = [ "io-std", diff --git a/bluer/CHANGELOG.md b/bluer/CHANGELOG.md index f1337ea..bc74c0e 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.3 - 2022-11-30 +### Fixed +- documentation build on docs.rs + ## 0.15.2 - 2022-11-30 ### Fixed - use proper D-Bus type for advertising_data by Paul Otto diff --git a/bluer/Cargo.toml b/bluer/Cargo.toml index ad69fef..bd7f889 100644 --- a/bluer/Cargo.toml +++ b/bluer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bluer" -version = "0.15.3-pre1" +version = "0.15.3" description = "BlueR: official Rust interface to the Linux Bluetooth protocol stack (BlueZ)" readme = "README.md" authors = [