Skip to content

Commit 1404d9a

Browse files
committed
Version 0.16.0
1 parent c1d081b commit 1404d9a

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

bluer-tools/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bluer-tools"
3-
version = "0.16.0-pre3"
3+
version = "0.16.0"
44
description = "BlueR tools: swiss army knife for GATT services, L2CAP and RFCOMM sockets on Linux"
55
readme = "README.md"
66
authors = ["Sebastian Urban <[email protected]>", "BlueR contributors"]
@@ -27,7 +27,7 @@ name = "rfcat"
2727
path = "src/rfcat.rs"
2828

2929
[dependencies]
30-
bluer = { version = "0.16.0-pre2", path = "../bluer", features = ["full"] }
30+
bluer = { version = "0.16.0", path = "../bluer", features = ["full"] }
3131
futures = "0.3"
3232
tokio = { version = "1", features = [
3333
"io-std",

bluer/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to BlueR 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.16.0 - 2023-07-19
8+
### Added
9+
- Experimental Bluetooth mesh support
10+
- Bluetooth advertisement monitor
11+
- Bluetooth discovery filter
12+
### Changed
13+
- minimum supported Rust version is 1.70.0
14+
715
## 0.15.7 - 2023-01-31
816
### Added
917
- conversion from Error to std::io::Error

bluer/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"
3-
version = "0.16.0-pre3"
3+
version = "0.16.0"
44
description = "BlueR: official Rust interface to the Linux Bluetooth protocol stack (BlueZ)"
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)