File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ All notable changes to this project will be documented in this file.
7
7
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/ >`_,
8
8
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html >`_.
9
9
10
- `Unreleased `_
11
- =============
10
+ `0.19.5 `_ (2022-11-19)
11
+ ======================
12
12
13
13
Fixed
14
14
-----
15
- * Fixed getting services in WinRT backend. Fixes #1123 .
15
+ * Fixed more issues with getting services in WinRT backend.
16
16
17
17
18
18
`0.19.4 `_ (2022-11-06)
@@ -880,7 +880,8 @@ Fixed
880
880
* Bleak created.
881
881
882
882
883
- .. _Unreleased : https://github.com/hbldh/bleak/compare/v0.19.4...develop
883
+ .. _Unreleased : https://github.com/hbldh/bleak/compare/v0.19.5...develop
884
+ .. _0.19.5 : https://github.com/hbldh/bleak/compare/v0.19.4...v0.19.5
884
885
.. _0.19.4 : https://github.com/hbldh/bleak/compare/v0.19.3...v0.19.4
885
886
.. _0.19.3 : https://github.com/hbldh/bleak/compare/v0.19.2...v0.19.3
886
887
.. _0.19.2 : https://github.com/hbldh/bleak/compare/v0.19.1...v0.19.2
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " bleak"
3
- version = " 0.19.4 "
3
+ version = " 0.19.5 "
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