Skip to content

Commit

Permalink
chore(main): release 1.4.0 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobloem authored Nov 15, 2024
1 parent 18c682d commit 7bd2cf3
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.3.2"
".": "1.4.0"
}
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [1.4.0](https://github.com/hugobloem/stateful_scenes/compare/v1.3.2...v1.4.0) (2024-11-15)


### 🚀 Features

* add option to ignore unavailable entities ([#136](https://github.com/hugobloem/stateful_scenes/issues/136)) ([dff74e5](https://github.com/hugobloem/stateful_scenes/commit/dff74e5b27968d86424915a36409224e8fa45124))


### 🐛 Bugfixes

* correct documentation link ([#132](https://github.com/hugobloem/stateful_scenes/issues/132)) ([c096a14](https://github.com/hugobloem/stateful_scenes/commit/c096a144d3da1ceeb9b19e0a65b3a74433cca2d0))


### 🔧 Miscellaneous Chores

* **dev:** add recommended extensions for Python development ([#135](https://github.com/hugobloem/stateful_scenes/issues/135)) ([18c682d](https://github.com/hugobloem/stateful_scenes/commit/18c682d23f8298cbacc6b0448985d4070eeb15eb))
* **dev:** update Python image version and install dependencies ([#134](https://github.com/hugobloem/stateful_scenes/issues/134)) ([06c72ae](https://github.com/hugobloem/stateful_scenes/commit/06c72ae02ee833f23111856ad2b9d789b54bc532))


### 👷 Continuous Integration

* use uv in lint.yaml ([#137](https://github.com/hugobloem/stateful_scenes/issues/137)) ([5bc5c6e](https://github.com/hugobloem/stateful_scenes/commit/5bc5c6e3e8b0ec1e4126e01d02d27d5be3dac575))

## [1.3.2](https://github.com/hugobloem/stateful_scenes/compare/v1.3.1...v1.3.2) (2024-11-03)


Expand Down
2 changes: 1 addition & 1 deletion custom_components/stateful_scenes/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"documentation": "https://github.com/hugobloem/stateful_scenes",
"iot_class": "calculated",
"issue_tracker": "https://github.com/hugobloem/stateful_scenes/issues",
"version": "1.3.2"
"version": "1.4.0"
}

0 comments on commit 7bd2cf3

Please sign in to comment.