Skip to content

Commit 5e34d3e

Browse files
committed
bluer-tools version 0.17.2
1 parent 8cbc669 commit 5e34d3e

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

bluer-tools/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to BlueR tools will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 0.17.2 - 2024-06-13
8+
### Added
9+
- bluadv: command line tool to send BLE advertisements
10+
711
## 0.17.1 - 2024-03-25
812
### Added
913
- blumon: optional advertisement logging to disk

bluer-tools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bluer-tools"
3-
version = "0.17.1"
3+
version = "0.17.2"
44
description = "BlueR tools: swiss army knife for GATT services, L2CAP and RFCOMM sockets on Linux"
55
readme = "README.md"
66
authors = ["Sebastian Urban <surban@surban.net>", "BlueR contributors"]

bluer-tools/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ A running [Bluetooth daemon (BlueZ)] is required.
99

1010
The following command line tools are included:
1111

12+
- **bluadv**: Send Bluetooth LE advertisements.
13+
1214
- **blumon**: Scans for and monitors Bluetooth devices similar to `top`.
1315

1416
- **gattcat**: Swiss army knife for Bluetooth LE GATT services.

0 commit comments

Comments
 (0)