Skip to content

Commit

Permalink
Version 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Sep 13, 2023
1 parent 19500d3 commit 30227b1
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ This file lists all contributors to BlueR in alphabetical order.

Mohammad Taha Bin Firoz <[email protected]>
Dejan Bosanac <[email protected]>
Kjetil Jørgensen <[email protected]>
Maxim Khitrov <[email protected]>
Gavin Li <[email protected]>
Ulf Lilleengen <[email protected]>
Alex Moon <[email protected]>
Otávio Ribeiro <[email protected]>
Daniel Thoma <[email protected]>
Sebastian Urban <[email protected]>
Expand Down
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.16.1 - 2023-09-13
### Added
- show MTU of GATT characteristics
### Changed
- update to BlueR 0.16.1

## 0.16.0 - 2023-08-19
### Changed
- update to BlueR 0.16.0

## 0.15.4 - 2022-12-14
### Changed
- update to BlueR 0.15.4
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.16.0"
version = "0.16.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 All @@ -27,7 +27,7 @@ name = "rfcat"
path = "src/rfcat.rs"

[dependencies]
bluer = { version = "0.16.0", path = "../bluer", features = ["full"] }
bluer = { version = "0.16.1", path = "../bluer", features = ["full"] }
futures = "0.3"
tokio = { version = "1", features = [
"io-std",
Expand Down
4 changes: 4 additions & 0 deletions bluer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.16.1 - 2023-09-13
### Added
- expose MTU of remote GATT characteristics

## 0.16.0 - 2023-07-19
### Added
- Experimental Bluetooth mesh support
Expand Down
2 changes: 1 addition & 1 deletion bluer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bluer"
version = "0.16.0"
version = "0.16.1"
description = "BlueR: official Rust interface to the Linux Bluetooth protocol stack (BlueZ)"
readme = "README.md"
authors = [
Expand Down

0 comments on commit 30227b1

Please sign in to comment.