From 5e34d3e840e76937248954b047b577098d6362f2 Mon Sep 17 00:00:00 2001 From: Sebastian Urban Date: Thu, 13 Jun 2024 13:10:59 +0200 Subject: [PATCH] bluer-tools version 0.17.2 --- bluer-tools/CHANGELOG.md | 4 ++++ bluer-tools/Cargo.toml | 2 +- bluer-tools/README.md | 2 ++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/bluer-tools/CHANGELOG.md b/bluer-tools/CHANGELOG.md index 2a83fdd..5e1dddf 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.17.2 - 2024-06-13 +### Added +- bluadv: command line tool to send BLE advertisements + ## 0.17.1 - 2024-03-25 ### Added - blumon: optional advertisement logging to disk diff --git a/bluer-tools/Cargo.toml b/bluer-tools/Cargo.toml index 02a206d..2700ad8 100644 --- a/bluer-tools/Cargo.toml +++ b/bluer-tools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bluer-tools" -version = "0.17.1" +version = "0.17.2" description = "BlueR tools: swiss army knife for GATT services, L2CAP and RFCOMM sockets on Linux" readme = "README.md" authors = ["Sebastian Urban ", "BlueR contributors"] diff --git a/bluer-tools/README.md b/bluer-tools/README.md index 467482d..059b93d 100644 --- a/bluer-tools/README.md +++ b/bluer-tools/README.md @@ -9,6 +9,8 @@ A running [Bluetooth daemon (BlueZ)] is required. The following command line tools are included: + - **bluadv**: Send Bluetooth LE advertisements. + - **blumon**: Scans for and monitors Bluetooth devices similar to `top`. - **gattcat**: Swiss army knife for Bluetooth LE GATT services.