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.14.1 - 2022-10-02
8
+ ### Changed
9
+ - update to BlueR 0.15.1
10
+
7
11
## 0.13.2 - 2022-01-24
8
12
### Changed
9
13
- update to BlueR 0.13.2
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bluer-tools"
3
- version = " 0.14.0 "
3
+ version = " 0.14.1 "
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.0 " , path = " ../bluer" , features = [" full" ] }
30
+ bluer = { version = " 0.15.1 " , 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.1 - 2022-10-02
8
+ ### Fixed
9
+ - correct D-Bus AuthorizeService name by hugmanrique
10
+ ### Changed
11
+ - limit nix features by rtzoeller
12
+
7
13
## 0.15.0 - 2022-04-21
8
14
### Changed
9
15
- Update uuid crate to 1.0.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bluer"
3
- version = " 0.15.0 "
3
+ version = " 0.15.1 "
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