Skip to content

Commit

Permalink
chore(main): release fritzexporter 2.4.1 (#304)
Browse files Browse the repository at this point in the history
Fixes an oversight (a.k.a. "stupid bug"), which made the exporter crash when a homeautomation device returned the data in an unexpected format. Thanks to @r0ckarong
  • Loading branch information
pdreker authored Mar 10, 2024
1 parent 02197fa commit f1ab10c
Show file tree
Hide file tree
Showing 3 changed files with 9 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 @@
{
".": "2.4.0"
".": "2.4.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@



## [2.4.1](https://github.com/pdreker/fritz_exporter/compare/fritzexporter-v2.4.0...fritzexporter-v2.4.1) (2024-03-10)


### Bug Fixes

* ignore exceptions from parsing XML of AHA devices ([#303](https://github.com/pdreker/fritz_exporter/issues/303)) ([02197fa](https://github.com/pdreker/fritz_exporter/commit/02197fab4bb74eff8488ae03b84008535735c883))

## [2.4.0](https://github.com/pdreker/fritz_exporter/compare/fritzexporter-v2.3.1...fritzexporter-v2.4.0) (2024-03-09)


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 = "fritz-exporter"
version = "2.4.0"
version = "2.4.1"
description = "Prometheus exporter for AVM Fritz! Devices"
authors = ["Patrick Dreker <[email protected]>"]
license = "Apache 2.0"
Expand Down

0 comments on commit f1ab10c

Please sign in to comment.