Skip to content

Commit

Permalink
chore(release): πŸ“’ 0.3.0
Browse files Browse the repository at this point in the history
## [0.3.0](v0.2.2...v0.3.0) (2024-03-05)

### πŸ› οΈ Fixes

* πŸ› Fixed a bug where `used_weight` is empty sometimes ([03ce8fc](03ce8fc)), closes [#77](#77)
* πŸ› Refactor debug log message for filament weight calculation ([956e5ba](956e5ba)), closes [#77](#77)
* πŸ› Refactor SpoolmanAPI and SpoolManCoordinator warnings ([b1c0cb8](b1c0cb8)), closes [#77](#77)
* Better handling of null values ([aa0d763](aa0d763)), closes [#61](#61) [#58](#58)
* fixed errors in automation example and added badges for achived spools in card examples ([bb36191](bb36191))

### πŸš€ Features

* πŸ› Add debug logging for spool information ([df84521](df84521)), closes [#77](#77)
* ✨ Configuration of Entry can be edited later (to change values like `update_interval`) ([ed201f9](ed201f9)), closes [#82](#82)

### πŸ“” Docs

* added usage of entities in cards to readme ([c99262f](c99262f)), closes [#62](#62)
  • Loading branch information
semantic-release-bot committed Mar 5, 2024
1 parent 3fe9bd6 commit 3c9c2c1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## [0.3.0](https://github.com/Disane87/spoolman-homeassistant/compare/v0.2.2...v0.3.0) (2024-03-05)


### πŸ› οΈ Fixes

* :bug: Fixed a bug where `used_weight` is empty sometimes ([03ce8fc](https://github.com/Disane87/spoolman-homeassistant/commit/03ce8fc133713b5a5be70b5acfce02740a323b38)), closes [#77](https://github.com/Disane87/spoolman-homeassistant/issues/77)
* :bug: Refactor debug log message for filament weight calculation ([956e5ba](https://github.com/Disane87/spoolman-homeassistant/commit/956e5bac8f94de2b0f4eba73ba2b2d44ba54e37f)), closes [#77](https://github.com/Disane87/spoolman-homeassistant/issues/77)
* :bug: Refactor SpoolmanAPI and SpoolManCoordinator warnings ([b1c0cb8](https://github.com/Disane87/spoolman-homeassistant/commit/b1c0cb82487cc1a2895ee1944becfedf9c90b394)), closes [#77](https://github.com/Disane87/spoolman-homeassistant/issues/77)
* Better handling of null values ([aa0d763](https://github.com/Disane87/spoolman-homeassistant/commit/aa0d7636d69ccd87fe4be1feba90b4c69cc50858)), closes [#61](https://github.com/Disane87/spoolman-homeassistant/issues/61) [#58](https://github.com/Disane87/spoolman-homeassistant/issues/58)
* fixed errors in automation example and added badges for achived spools in card examples ([bb36191](https://github.com/Disane87/spoolman-homeassistant/commit/bb36191ea59a14312c61ba4eb4b998bd264ac09b))


### πŸš€ Features

* :bug: Add debug logging for spool information ([df84521](https://github.com/Disane87/spoolman-homeassistant/commit/df845215c0a90bd1f12f60866de8b02d0d1c0ed3)), closes [#77](https://github.com/Disane87/spoolman-homeassistant/issues/77)
* :sparkles: Configuration of Entry can be edited later (to change values like `update_interval`) ([ed201f9](https://github.com/Disane87/spoolman-homeassistant/commit/ed201f9a35ea6f4aea49fdda1e27b4ec122071e4)), closes [#82](https://github.com/Disane87/spoolman-homeassistant/issues/82)


### πŸ“” Docs

* added usage of entities in cards to readme ([c99262f](https://github.com/Disane87/spoolman-homeassistant/commit/c99262f452e82c8f7da0c89cf5d2385c919aaca2)), closes [#62](https://github.com/Disane87/spoolman-homeassistant/issues/62)

## [0.3.0-dev.4](https://github.com/Disane87/spoolman-homeassistant/compare/v0.3.0-dev.3...v0.3.0-dev.4) (2024-03-05)

Expand Down
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "Spoolman",
"homeassistant": "2023.9.0",
"render_readme": true,
"filename": "spoolman-homeassistant_0.2.2.zip",
"filename": "spoolman-homeassistant_0.3.0.zip",
"zip_release": true
}

0 comments on commit 3c9c2c1

Please sign in to comment.