Update OpenDTU Logger v0.1.3 > v0.1.5.

This commit is contained in:
Pieter Hollander 2025-05-15 14:25:01 +02:00
parent 4722934781
commit f858eb86bc
Signed by: pieter
SSH key fingerprint: SHA256:HbX+9cBXsop9SuvL+mELd29sK+7DehFfdVweFVDtMSg
3 changed files with 12 additions and 2 deletions
opendtu-logger

View file

@ -1,5 +1,15 @@
# Changelog
## [0.1.5] 2025-05-15
- OpenDTU Logger was tested to be compatible with OpenDTU versions v24.6.10 - v25.5.10.
- Dependency upgrades
## [0.1.4] 2025-02-15
- OpenDTU Logger was tested to be compatible with OpenDTU v24.6.10 - v25.2.3.
- Dependency upgrades
## [0.1.3] 2024-08-10
- An issue with the Dockerfile was fixed, causing cross-compilation issues. Previously, all container architectures would be compiled with an arm64 binary. The add-on would fail to run on e.g. x86 / amd64 systems. This has now been fixed.