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

chore(main): release 0.2.1 #9

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.0"
".": "0.2.1"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.2.1](/~https://github.com/gbbirkisson/fallback-generic-thermostat/compare/v0.2.0...v0.2.1) (2024-09-16)


### Bug Fixes

* **deps:** update dependency mypy to v1.11.2 ([#11](/~https://github.com/gbbirkisson/fallback-generic-thermostat/issues/11)) ([af94254](/~https://github.com/gbbirkisson/fallback-generic-thermostat/commit/af94254de3a1dc89f96a267e8b4937986f59042c))
* **deps:** update dependency pytest to v8.3.3 ([#18](/~https://github.com/gbbirkisson/fallback-generic-thermostat/issues/18)) ([f327960](/~https://github.com/gbbirkisson/fallback-generic-thermostat/commit/f3279605464a8d0113d3c738b3782634bc19aa0f))
* **deps:** update dependency pytest-asyncio to ^0.24.0 ([#8](/~https://github.com/gbbirkisson/fallback-generic-thermostat/issues/8)) ([0c899a2](/~https://github.com/gbbirkisson/fallback-generic-thermostat/commit/0c899a2f1751f956298fab9259cb76834e73ee4d))
* **deps:** update dependency python to v3.12.6 ([#17](/~https://github.com/gbbirkisson/fallback-generic-thermostat/issues/17)) ([89ed9c1](/~https://github.com/gbbirkisson/fallback-generic-thermostat/commit/89ed9c1b39783d3daf977891b7fc8dae974224eb))
* **deps:** update dependency ruff to v0.6.2 ([#10](/~https://github.com/gbbirkisson/fallback-generic-thermostat/issues/10)) ([4467ee0](/~https://github.com/gbbirkisson/fallback-generic-thermostat/commit/4467ee0208da44083efed59138abf4a12893800e))
* **deps:** update dependency ruff to v0.6.3 ([#13](/~https://github.com/gbbirkisson/fallback-generic-thermostat/issues/13)) ([776c73e](/~https://github.com/gbbirkisson/fallback-generic-thermostat/commit/776c73ecf83e1e084e4a32387d7c3eb85ecb8da6))
* **deps:** update dependency ruff to v0.6.4 ([#15](/~https://github.com/gbbirkisson/fallback-generic-thermostat/issues/15)) ([08fe781](/~https://github.com/gbbirkisson/fallback-generic-thermostat/commit/08fe78161f36f8cd53cd1387bb5ce6fd959a7040))
* **deps:** update dependency ruff to v0.6.5 ([#19](/~https://github.com/gbbirkisson/fallback-generic-thermostat/issues/19)) ([edd57a4](/~https://github.com/gbbirkisson/fallback-generic-thermostat/commit/edd57a4b170ae56f1e3ebdb0cd0719255a799baa))
* **deps:** update homeassistant packages to v2024.8.3 ([#12](/~https://github.com/gbbirkisson/fallback-generic-thermostat/issues/12)) ([3c988dd](/~https://github.com/gbbirkisson/fallback-generic-thermostat/commit/3c988ddaa971a9ea9ba599f62d8d505a75bf5d55))
* **deps:** update homeassistant packages to v2024.9.0 ([#14](/~https://github.com/gbbirkisson/fallback-generic-thermostat/issues/14)) ([69067dc](/~https://github.com/gbbirkisson/fallback-generic-thermostat/commit/69067dc8cd3d8ffb8a8ccd4ecdaa51be0a2be1f1))
* **deps:** update homeassistant packages to v2024.9.1 ([#16](/~https://github.com/gbbirkisson/fallback-generic-thermostat/issues/16)) ([8661135](/~https://github.com/gbbirkisson/fallback-generic-thermostat/commit/866113579621ade4b75c98bfb0c8ed30f9055ef2))

## [0.2.0](/~https://github.com/gbbirkisson/fallback-generic-thermostat/compare/v0.1.1...v0.2.0) (2024-08-20)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fallback-generic-thermostat"
version = "0.2.0"
version = "0.2.1"
description = ""
authors = ["Guðmundur Björn Birkisson <gbbirkisson@gmail.com>"]
readme = "README.md"
Expand Down