Skip to content

Commit

Permalink
bump: version 0.1.0 → 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mion00 committed May 29, 2024
1 parent 58555c3 commit 3d7ea3b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.1.1 (2024-05-29)

### Fix

- **light.py**: correctly keep track of previous turned on state

## 0.1.0 (2024-05-28)

### Feat
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"iot_class": "calculated",
"issue_tracker": "https://github.com/mion00/color-temperature-light-mixer/issues",
"requirements": [],
"version": "0.1.0"
"version": "0.1.1"
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "color_temperature_light_mixer"
version = "0.1.0"
version = "0.1.1"
requires-python = ">=3.12"

[build-system]
Expand Down

0 comments on commit 3d7ea3b

Please sign in to comment.