Skip to content

Commit 0162fe1

Browse files
committed
Prepare bluez-async and bluez-generated for release.
1 parent 55045e3 commit 0162fe1

File tree

4 files changed

+20
-7
lines changed

4 files changed

+20
-7
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bluez-async/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 0.8.0
4+
5+
### Breaking changes
6+
7+
- Added `mtu` to `CharacteristicInfo`.
8+
9+
### New features
10+
11+
- Implemented `TryFrom<&[String]>` for `CharacteristicFlags`.
12+
313
## 0.7.2
414

515
### Bugfixes

bluez-async/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bluez-async"
3-
version = "0.7.2"
3+
version = "0.8.0"
44
authors = [
55
"Andrew Walbran <[email protected]>",
66
"David Laban <[email protected]>",
@@ -14,7 +14,7 @@ categories = ["api-bindings", "hardware-support", "os::linux-apis"]
1414

1515
[dependencies]
1616
bitflags = "2.6.0"
17-
bluez-generated = { version = "0.3.0", path = "../bluez-generated" }
17+
bluez-generated = { version = "0.4.0", path = "../bluez-generated" }
1818
dbus = { version = "0.9.7", features = ["futures"] }
1919
dbus-tokio = "0.7.6"
2020
futures = "0.3.31"

bluez-generated/Cargo.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[package]
22
name = "bluez-generated"
3-
version = "0.3.0"
4-
authors = ["Andrew Walbran <[email protected]>", "David Laban <[email protected]>"]
3+
version = "0.4.0"
4+
authors = [
5+
"Andrew Walbran <[email protected]>",
6+
"David Laban <[email protected]>",
7+
]
58
edition = "2018"
69
license = "MIT OR Apache-2.0"
710
description = "Generated async D-Bus bindings for talking to BlueZ on Linux."

0 commit comments

Comments
 (0)