Skip to content

Commit 13af8d4

Browse files
committed
Version 0.15.4
1 parent 85c93de commit 13af8d4

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
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.15.4 - 2022-12-14
8+
### Changed
9+
- update to BlueR 0.15.4
10+
711
## 0.15.3 - 2022-11-30
812
### Changed
913
- update to BlueR 0.15.3

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.15.3"
3+
version = "0.15.4"
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"]
@@ -27,7 +27,7 @@ name = "rfcat"
2727
path = "src/rfcat.rs"
2828

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

bluer/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.15.4 - 2022-12-14
8+
### Added
9+
- expose device making request in GATT server
10+
### Fixed
11+
- fix AdvertisingData handling by jaqchen
12+
713
## 0.15.3 - 2022-11-30
814
### Fixed
915
- documentation build on docs.rs

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

0 commit comments

Comments
 (0)