Skip to content

Commit abe4208

Browse files
authored
Release 0.2 (#55)
This release adds two new backends: bleak and gattlib. Bleak backend is the new default backend which makes this library work also on non-Linux platforms and requires no compiler to be installed.
1 parent 211d3c6 commit abe4208

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
Changelog
22
=========
33

4+
0.2 (2022-07-13)
5+
----------------
6+
7+
- Add publish to pypi workflow (#54) [Teemu R]
8+
9+
- Add bleak backend and make it default (#53) [Teemu R]
10+
11+
- Wrap backend exceptions inside BackendException (#52) [Teemu R]
12+
13+
- Add mac property to thermostat class (#51) [Teemu R]
14+
15+
- Update README, pyproject.toml (#49) [Teemu R]
16+
17+
- Support gattlib as an alternative btle library (#48) [Helmut Grohne]
18+
19+
- Use poetry, add pre-commit hooks & mass format to modern standards,
20+
add CI (#47) [Teemu R]
21+
422

523
0.1.12 (2021-11-13)
624
-------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-eq3bt"
3-
version = "0.1.12"
3+
version = "0.2"
44
description = "EQ3 bluetooth thermostat support library"
55
license = "MIT"
66
authors = ["Teemu R. <tpr@iki.fi>", "Markus Peter <mpeter@emdev.de>"]

0 commit comments

Comments
 (0)