Skip to content

Commit c746071

Browse files
committed
v0.22.2
1 parent 425abb3 commit c746071

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0
1010
`Unreleased`_
1111
=============
1212

13+
`0.22.2`_ (2024-06-01)
14+
======================
15+
1316
Changed
1417
-------
1518
* Retrieve the BLE address required by ``BleakClientWinRT`` from scan response if advertising is None (WinRT).
@@ -57,7 +60,7 @@ Fixed
5760
* Fixed scanning silently failing on Windows when Bluetooth is off. Fixes #1535.
5861
* Fixed using wrong value for ``tx_power`` in Android backend. Fixes #1532.
5962
* Fixed 4-character UUIDs not working on ``BleakClient.*_gatt_char`` methods. Fixes #1498.
60-
* Fixed race condition with getting max PDU size on Windows. Fixes #1497. [REVERTED in unreleased]
63+
* Fixed race condition with getting max PDU size on Windows. Fixes #1497. [REVERTED in v0.22.2]
6164
* Fixed filtering advertisement data by service UUID when multiple apps are scanning. Fixes #1534.
6265

6366
`0.21.1`_ (2023-09-08)
@@ -1035,7 +1038,8 @@ Fixed
10351038
* Bleak created.
10361039

10371040

1038-
.. _Unreleased: https://github.com/hbldh/bleak/compare/v0.22.1...develop
1041+
.. _Unreleased: https://github.com/hbldh/bleak/compare/v0.22.2...develop
1042+
.. _0.22.2: https://github.com/hbldh/bleak/compare/v0.22.1...v0.22.2
10391043
.. _0.22.1: https://github.com/hbldh/bleak/compare/v0.22.0...v0.22.1
10401044
.. _0.22.0: https://github.com/hbldh/bleak/compare/v0.21.1...v0.22.0
10411045
.. _0.21.1: https://github.com/hbldh/bleak/compare/v0.21.0...v0.21.1

bleak/backends/winrt/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ async def assert_mta() -> None:
106106
107107
.. versionadded:: 0.22
108108
109-
.. versionchanged:: unreleased
109+
.. versionchanged:: 0.22.2
110110
111111
Function is now async and will not raise if the current apartment type
112112
is STA and the Windows message loop is running.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "bleak"
3-
version = "0.22.1"
3+
version = "0.22.2"
44
description = "Bluetooth Low Energy platform Agnostic Klient"
55
authors = ["Henrik Blidh <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)