Skip to content

Commit 6faf443

Browse files
committed
v0.22.3
1 parent f034c0e commit 6faf443

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.rst

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

13+
`0.22.3`_ (2024-10-05)
14+
======================
15+
1316
Changed
1417
-------
15-
* In bleak.backends.winrt.util the SetTimer, KillTimer and CoGetApartmentType functions define their own prototype and don't change ctypes' global state anymore
18+
* Don't change ctypes' global state ``bleak.backends.winrt.util``.
1619
* Improved performance of BlueZ backend when there are many adapters.
1720
* Added support for Python 3.13.
1821

@@ -1044,7 +1047,8 @@ Fixed
10441047
* Bleak created.
10451048

10461049

1047-
.. _Unreleased: https://github.com/hbldh/bleak/compare/v0.22.2...develop
1050+
.. _Unreleased: https://github.com/hbldh/bleak/compare/v0.22.3...develop
1051+
.. _0.22.3: https://github.com/hbldh/bleak/compare/v0.22.2...v0.22.3
10481052
.. _0.22.2: https://github.com/hbldh/bleak/compare/v0.22.1...v0.22.2
10491053
.. _0.22.1: https://github.com/hbldh/bleak/compare/v0.22.0...v0.22.1
10501054
.. _0.22.0: https://github.com/hbldh/bleak/compare/v0.21.1...v0.22.0

pyproject.toml

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

0 commit comments

Comments
 (0)