🎉 Release of add-on AppDaemon 4 0.4.1

This commit is contained in:
Community Hass.io Add-ons Bot 2021-01-28 12:15:45 +00:00
parent 554bc204eb
commit c88997b43d
4 changed files with 15 additions and 14 deletions

View file

@ -1,14 +1,15 @@
## Whats changed
## 🧰 Maintenance
This patch release applies a patch to fix an issue with AppDaemon's dependencies.
- Cleanup repository @frenck (#55)
- Happy New Year @frenck (#57)
- Upgrade Code of Conduct @frenck (#58)
- Add new repository workflow @frenck (#59)
- Allow dependabot to upgrade Python dependencies @frenck (#60)
The bug is reported upstream, but not recognized as one by AppDaemon's collaborators; thus this release applies a patch during build-time to ensure you as a user of the add-on won't run into it.
## 🐛 Bug fixes
- Patch AppDaemon Engine.io dependency issues @frenck (#67)
## ⬆️ Dependency updates
- ⬆️ Bump actions/stale from v3.0.14 to v3.0.15 @dependabot (#62)
- Upgrade add-on base image to 9.1.0 @frenck (#61)
- ⬆️ Bump frenck/action-addon-linter from v1.3.1 to v1.4 @dependabot (#63)
- ⬆ Upgrades py3-pip to 20.3.4-r0 @frenck (#65)
- Upgrade add-on base image to 9.1.1 @frenck (#66)

View file

@ -29,6 +29,6 @@ for wall mounted tablets.
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-v0.4.0-blue.svg
[release]: https://github.com/hassio-addons/addon-appdaemon/tree/v0.4.0
[release-shield]: https://img.shields.io/badge/version-v0.4.1-blue.svg
[release]: https://github.com/hassio-addons/addon-appdaemon/tree/v0.4.1
[screenshot]: https://github.com/hassio-addons/addon-appdaemon/raw/main/images/screenshot.png

View file

@ -1,6 +1,6 @@
{
"name": "AppDaemon 4",
"version": "0.4.0",
"version": "0.4.1",
"slug": "appdaemon",
"description": "Python Apps and Dashboard using AppDaemon 4.x for Home Assistant",
"url": "https://github.com/hassio-addons/addon-appdaemon",