Skip to content
Merged
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.41.0"
".": "0.42.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ 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.42.0](https://github.com/NodeJSmith/hassette/compare/v0.41.0...v0.42.0) (2026-06-11)


### Features

* **ui:** redesign diagnostics page and fix mobile table cropping ([#1013](https://github.com/NodeJSmith/hassette/issues/1013)) ([3fee929](https://github.com/NodeJSmith/hassette/commit/3fee92957e4882302883f8b90fa388740dcf6d80))


### Bug Fixes

* coerce numeric strings in Comparison condition ([#1003](https://github.com/NodeJSmith/hassette/issues/1003)) ([ae751a6](https://github.com/NodeJSmith/hassette/commit/ae751a680b721c14045b8de197a3c9d2cefcfd53))
* Docker semver images not published since v0.39.0 ([#999](https://github.com/NodeJSmith/hassette/issues/999)) ([ee1d804](https://github.com/NodeJSmith/hassette/commit/ee1d804ef264eaad076795ba471470879533a954))


### Documentation

* rewrite documentation site ([#970](https://github.com/NodeJSmith/hassette/issues/970)) ([32d945e](https://github.com/NodeJSmith/hassette/commit/32d945ece917e2278eed200afdc762b4d253cd69))

## [0.41.0](https://github.com/NodeJSmith/hassette/compare/v0.40.0...v0.41.0) (2026-06-08)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "uv_build"

[project]
name = "hassette"
version = "0.41.0"
version = "0.42.0"
description = "Hassette is a simple, modern, async-first Python framework for building Home Assistant automations."
readme = "README.md"
authors = [{ name = "Jessica", email = "12jessicasmith34@gmail.com" }]
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading