From 3e277d84506adc08cfcb147a380c4c622b4976cf Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 18 Jan 2025 01:55:27 +0100 Subject: [PATCH] Updater bot : birdnet-go updated to 0.6.0 --- birdnet-go/CHANGELOG.md | 3 +++ birdnet-go/config.json | 2 +- birdnet-go/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/birdnet-go/CHANGELOG.md b/birdnet-go/CHANGELOG.md index 6908c9f72..00529a598 100644 --- a/birdnet-go/CHANGELOG.md +++ b/birdnet-go/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 0.6.0 (18-01-2025) +- Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases) ## 20250103-10 (17-01-2025) - BREAKING CHANGE : improve implementation of addon options such as Birdsongs folder. Please check the log at first start if anything is different than you expected - WARNING : your files will move to the new Birdsongs folder in case of change diff --git a/birdnet-go/config.json b/birdnet-go/config.json index 29ae4b35a..e5c0612c9 100644 --- a/birdnet-go/config.json +++ b/birdnet-go/config.json @@ -110,5 +110,5 @@ "slug": "birdnet-go", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-go", - "version": "20250103-10" + "version": "0.6.0" } diff --git a/birdnet-go/updater.json b/birdnet-go/updater.json index 60bc6e797..fd2e1b67f 100644 --- a/birdnet-go/updater.json +++ b/birdnet-go/updater.json @@ -1,8 +1,8 @@ { - "last_update": "11-01-2025", + "last_update": "18-01-2025", "repository": "alexbelgium/hassio-addons", "slug": "birdnet-go", "source": "github", "upstream_repo": "tphakala/birdnet-go", - "upstream_version": "20250103" + "upstream_version": "0.6.0" }