File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to BlueR tools will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## 0.15.4 - 2022-12-14
8
+ ### Changed
9
+ - update to BlueR 0.15.4
10
+
7
11
## 0.15.3 - 2022-11-30
8
12
### Changed
9
13
- update to BlueR 0.15.3
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bluer-tools"
3
- version = " 0.15.3 "
3
+ version = " 0.15.4 "
4
4
description = " BlueR tools: swiss army knife for GATT services, L2CAP and RFCOMM sockets on Linux"
5
5
readme = " README.md"
6
6
authors = [" Sebastian Urban <surban@surban.net>" , " BlueR contributors" ]
@@ -27,7 +27,7 @@ name = "rfcat"
27
27
path = " src/rfcat.rs"
28
28
29
29
[dependencies ]
30
- bluer = { version = " 0.15.3 " , path = " ../bluer" , features = [" full" ] }
30
+ bluer = { version = " 0.15.4 " , path = " ../bluer" , features = [" full" ] }
31
31
futures = " 0.3"
32
32
tokio = { version = " 1" , features = [
33
33
" io-std" ,
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to BlueR will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
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
+
7
13
## 0.15.3 - 2022-11-30
8
14
### Fixed
9
15
- documentation build on docs.rs
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bluer"
3
- version = " 0.15.3 "
3
+ version = " 0.15.4 "
4
4
description = " BlueR: official Rust interface to the Linux Bluetooth protocol stack (BlueZ)"
5
5
readme = " README.md"
6
6
authors = [
You can’t perform that action at this time.
0 commit comments