Skip to content

Commit

Permalink
bluer-tools version 0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Jun 13, 2024
1 parent 8cbc669 commit 5e34d3e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions bluer-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bluer-tools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>", "BlueR contributors"]
Expand Down
2 changes: 2 additions & 0 deletions bluer-tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5e34d3e

Please sign in to comment.