From 6c0204b0e28804cc8b4937eec43cba9c72e0bfd5 Mon Sep 17 00:00:00 2001 From: Andrew Walbran Date: Thu, 10 Jul 2025 11:46:42 +0100 Subject: [PATCH] Prepare for 0.8.2 release. --- Cargo.lock | 2 +- bluez-async/CHANGELOG.md | 2 +- bluez-async/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a08e997..869b545 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -55,7 +55,7 @@ checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967" [[package]] name = "bluez-async" -version = "0.8.1" +version = "0.8.2" dependencies = [ "bitflags 2.9.1", "bluez-generated", diff --git a/bluez-async/CHANGELOG.md b/bluez-async/CHANGELOG.md index b1b2ca9..3b5c926 100644 --- a/bluez-async/CHANGELOG.md +++ b/bluez-async/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.8.2 ### New features diff --git a/bluez-async/Cargo.toml b/bluez-async/Cargo.toml index 6e94806..d6af4d6 100644 --- a/bluez-async/Cargo.toml +++ b/bluez-async/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bluez-async" -version = "0.8.1" +version = "0.8.2" authors = [ "Andrew Walbran ", "David Laban ",