From f527ab431972ed0a8e7026d4f0a986d64845c40a Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Fri, 13 Jun 2025 18:28:58 +0200 Subject: [PATCH] Updater bot : binance-trading-bot updated to 0.0.101 --- binance-trading-bot/CHANGELOG.md | 3 +++ binance-trading-bot/Dockerfile | 2 +- binance-trading-bot/config.json | 2 +- binance-trading-bot/updater.json | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/binance-trading-bot/CHANGELOG.md b/binance-trading-bot/CHANGELOG.md index ce24cfb1e..7ce1f2da4 100644 --- a/binance-trading-bot/CHANGELOG.md +++ b/binance-trading-bot/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.0.101 (13-06-2025) +- Update to latest version from chrisleekr/binance-trading-bot (changelog : https://github.com/chrisleekr/binance-trading-bot/releases) + ## 0.0.100 (21-02-2025) - Update to latest version from chrisleekr/binance-trading-bot (changelog : https://github.com/chrisleekr/binance-trading-bot/releases) diff --git a/binance-trading-bot/Dockerfile b/binance-trading-bot/Dockerfile index 813d280e6..7c50a69ee 100644 --- a/binance-trading-bot/Dockerfile +++ b/binance-trading-bot/Dockerfile @@ -15,7 +15,7 @@ ################# ARG BUILD_VERSION -ARG BUILD_UPSTREAM="0.0.100" +ARG BUILD_UPSTREAM="0.0.101" ARG BUILD_FROM FROM $BUILD_FROM diff --git a/binance-trading-bot/config.json b/binance-trading-bot/config.json index a53309268..086e1edef 100644 --- a/binance-trading-bot/config.json +++ b/binance-trading-bot/config.json @@ -120,5 +120,5 @@ "slug": "binance-trading-bot", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "0.0.100" + "version": "0.0.101" } diff --git a/binance-trading-bot/updater.json b/binance-trading-bot/updater.json index d3b8528f0..b20ee4df8 100644 --- a/binance-trading-bot/updater.json +++ b/binance-trading-bot/updater.json @@ -1,9 +1,9 @@ { "github_beta": "true", - "last_update": "21-02-2025", + "last_update": "13-06-2025", "repository": "alexbelgium/hassio-addons", "slug": "binance-trading-bot", "source": "github", "upstream_repo": "chrisleekr/binance-trading-bot", - "upstream_version": "0.0.100" + "upstream_version": "0.0.101" }