Skip to content
This repository was archived by the owner on Jun 18, 2026. It is now read-only.

Commit 06bf1a6

Browse files
committed
Release 0.2.0
1 parent 5dc6fa8 commit 06bf1a6

3 files changed

Lines changed: 13 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,24 @@
1+
0.2.0, 2021-10-30
2+
-------------------------
3+
4+
- API Interface Change
5+
- Use object interface as the main one
6+
- It is recommended to use SwitchBotClient instead of SwitchBotAPIClient
7+
- Add new devices(Motion Sensor, Contact Sensor, Color Bulb, Remote)
8+
- Use `switchbot-client/{version}` as the user agent when requesting the SwitchBot API
9+
- Remove Python 3.6.x support and add Python 3.10.x support
10+
111
0.1.2, 2021-09-11
212
-------------------------
313

414
- Support ~/.config/switchbot-client config file
515
- Add object interface for all devices
6-
- Add Python >=3.6.0 support
716
- Rename devices_control to devices_commands
817

918
0.1.1, 2021-09-05
1019
-------------------------
1120

12-
- Add [object interface](https://github.com/kzosabe/switchbot-client#object-interface)
21+
- Add object interface
1322

1423
0.1.0, 2021-09-04
1524
-------------------------

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 = "switchbot-client"
3-
version = "0.1.2"
3+
version = "0.2.0"
44
description = "A Python client library for SwitchBot API."
55
license = "Apache-2.0 or MIT"
66
authors = [

switchbot_client/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
class AppConstants:
2-
VERSION = "0.1.2"
2+
VERSION = "0.2.0"

0 commit comments

Comments
 (0)