File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff 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.20.1 `_ (2023-03-24)
14+ ======================
15+
1316Fixed
1417-----
1518* Fixed possible garbage collection of running async callback from ``BleakClient.start_notify() ``.
@@ -927,7 +930,8 @@ Fixed
927930* Bleak created.
928931
929932
930- .. _Unreleased : https://github.com/hbldh/bleak/compare/v0.20.0...develop
933+ .. _Unreleased : https://github.com/hbldh/bleak/compare/v0.20.1...develop
934+ .. _0.20.1 : https://github.com/hbldh/bleak/compare/v0.20.0...v0.20.1
931935.. _0.20.0 : https://github.com/hbldh/bleak/compare/v0.19.5...v0.20.0
932936.. _0.19.5 : https://github.com/hbldh/bleak/compare/v0.19.4...v0.19.5
933937.. _0.19.4 : https://github.com/hbldh/bleak/compare/v0.19.3...v0.19.4
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " bleak"
3- version = " 0.20.0 "
3+ version = " 0.20.1 "
44description = " Bluetooth Low Energy platform Agnostic Klient"
55authors = [
" Henrik Blidh <[email protected] >" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments