- **chore**: Mark package as compatible with Python 3.11.
1.0.0
- No changes from 0.1.0, just bumping the version to communicate this is considered stable.
0.4.2
- **build**: Do not include .pyc files during build.
0.4.1
- **build**: Explicitly include package files in `pyproject.toml` to avoid problems with poetry using `.gitignore` during building Arch package. - **build**: Include tests in sdist.
0.4.0
- **feature**: Exception handling in CLI. - **feature**: Better logging and exception messages. - **feature**: Add `--delay` option for `key` command. - **feature**: Allow settings Ambilight colors per TV side both in `PhilipsTVRemote` and in CLI.
0.3.2
- **fix**: Raise `PhilipsTVError` on all possible request errors. Before it was raised only for HTTP errors.