Skip to content

Commit f6f17c8

Browse files
committed
Version 0.15.1
1 parent c935112 commit f6f17c8

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.14.1 - 2022-10-02
8+
### Changed
9+
- update to BlueR 0.15.1
10+
711
## 0.13.2 - 2022-01-24
812
### Changed
913
- update to BlueR 0.13.2

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.14.0"
3+
version = "0.14.1"
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.0", path = "../bluer", features = ["full"] }
30+
bluer = { version = "0.15.1", 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.1 - 2022-10-02
8+
### Fixed
9+
- correct D-Bus AuthorizeService name by hugmanrique
10+
### Changed
11+
- limit nix features by rtzoeller
12+
713
## 0.15.0 - 2022-04-21
814
### Changed
915
- Update uuid crate to 1.0.

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

0 commit comments

Comments
 (0)