Skip to content

Commit

Permalink
bluer-tools version 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Mar 25, 2024
1 parent 99212ca commit f90db10
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions bluer-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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.1 - 2024-03-25
### Added
- blumon: optional advertisement logging to disk
### Changed
- update to BlueR 0.17.1

## 0.17.0 - 2024-02-01
### Changed
- update to BlueR 0.17.0

## 0.16.1 - 2023-09-13
### Added
- show MTU of GATT characteristics
Expand Down
4 changes: 2 additions & 2 deletions 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.0"
version = "0.17.1"
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 Expand Up @@ -28,7 +28,7 @@ name = "rfcat"
path = "src/rfcat.rs"

[dependencies]
bluer = { version = "0.17.0", path = "../bluer", features = ["full"] }
bluer = { version = "0.17.1", path = "../bluer", features = ["full"] }

futures = "0.3"
tokio = { version = "1", features = [
Expand Down

0 comments on commit f90db10

Please sign in to comment.