Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
version: 0.2.0 -> 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
newAM authored Mar 15, 2022
1 parent 3e42736 commit d95b66d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: Install Poetry
uses: abatilo/[email protected]
with:
poetry-version: "1.1.11"
poetry-version: "1.1.12"
- name: Poetry Install
run: poetry install
- name: Run flake8
Expand Down
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.0] - 2022-03-14
### Added
* Added launch commands for additional applications.

### Changed
* Changed the app launch command to the latest payload.
* This may break app launch for older TV as there was no way to test this.
Please open an issue if this change broke app launching for you.

## [0.2.0] - 2020-01-24
### Added
* Added a changelog.
* Added additional methods for key-presses and selecting apps to launch.

[Unreleased]: https://github.com/newAM/hisensetv/compare/0.2.0...HEAD
[0.2.0]: https://github.com/newAM/hisensetv/compare/v0.2.0...v0.1.4
[Unreleased]: https://github.com/newAM/hisensetv/compare/0.3.0...HEAD
[0.3.0]: https://github.com/newAM/hisensetv/compare/0.2.0...0.3.0
[0.2.0]: https://github.com/newAM/hisensetv/compare/0.1.4...0.2.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ line-length=88
name = "hisensetv"
description = "MQTT interface to Hisense televisions."
authors = ["Alex Martens <[email protected]>"]
version = "0.2.0"
version = "0.3.0"
license = "MIT"
readme = "README.rst"
repository = "https://github.com/newAM/hisensetv"
Expand Down

0 comments on commit d95b66d

Please sign in to comment.