File tree 2 files changed +6
-2
lines changed
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
10
10
`Unreleased `_
11
11
=============
12
12
13
+ `0.20.1 `_ (2023-03-24)
14
+ ======================
15
+
13
16
Fixed
14
17
-----
15
18
* Fixed possible garbage collection of running async callback from ``BleakClient.start_notify() ``.
@@ -927,7 +930,8 @@ Fixed
927
930
* Bleak created.
928
931
929
932
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
931
935
.. _0.20.0 : https://github.com/hbldh/bleak/compare/v0.19.5...v0.20.0
932
936
.. _0.19.5 : https://github.com/hbldh/bleak/compare/v0.19.4...v0.19.5
933
937
.. _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 1
1
[tool .poetry ]
2
2
name = " bleak"
3
- version = " 0.20.0 "
3
+ version = " 0.20.1 "
4
4
description = " Bluetooth Low Energy platform Agnostic Klient"
5
5
authors = [
" Henrik Blidh <[email protected] >" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments