File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,14 @@ and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0
1010`Unreleased `_
1111=============
1212
13+ `1.1.1 `_ (2025-09-07)
14+ =====================
15+
1316Fixed
1417-----
1518- Fixed D-Bus connection leak on connection failure in BlueZ backend.
19+ - Fixed characteristic's max write without response size using wrong characteristic's value. Fixes #1820.
1620- Fixed ``AttributeError `` in Python4Android backend when accessing ``is_connected `` before connecting. Fixes #1791.
17- - Fixed a bug causing a characteristic's max write without response size potentially being misrepresented. Fixes #1820.
1821
1922`1.1.0 `_ (2025-08-10)
2023=====================
@@ -1117,7 +1120,8 @@ Fixed
11171120* Bleak created.
11181121
11191122
1120- .. _Unreleased : https://github.com/hbldh/bleak/compare/v1.1.0...develop
1123+ .. _Unreleased : https://github.com/hbldh/bleak/compare/v1.1.1...develop
1124+ .. _1.1.1 : https://github.com/hbldh/bleak/compare/v1.1.0...v1.1.1
11211125.. _1.1.0 : https://github.com/hbldh/bleak/compare/v1.0.1...v1.1.0
11221126.. _1.0.1 : https://github.com/hbldh/bleak/compare/v1.0.0...v1.0.1
11231127.. _1.0.0 : https://github.com/hbldh/bleak/compare/v0.22.3...v1.0.0
Original file line number Diff line number Diff line change 11[project ]
22name = " bleak"
3- version = " 1.1.0 "
3+ version = " 1.1.1 "
44description = " Bluetooth Low Energy platform Agnostic Klient"
55authors = [{
name =
" Henrik Blidh" ,
email =
" [email protected] " }]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments