Skip to content

Commit 2564f91

Browse files
committed
v1.1.1
1 parent e1c44be commit 2564f91

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
1316
Fixed
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "bleak"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
description = "Bluetooth Low Energy platform Agnostic Klient"
55
authors = [{ name = "Henrik Blidh", email = "[email protected]" }]
66
license = "MIT"

0 commit comments

Comments
 (0)