From c7fd412ec8fe9ed406e88e50902f423b46e0d29e Mon Sep 17 00:00:00 2001 From: john30 Date: Sun, 27 Oct 2024 10:23:54 +0100 Subject: [PATCH] updated version to 24.1 --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + ChangeLog.md | 4 ++-- VERSION | 2 +- contrib/alpine/APKBUILD | 2 +- contrib/alpine/APKBUILD.git | 2 +- contrib/archlinux/PKGBUILD | 2 +- contrib/archlinux/PKGBUILD.git | 2 +- contrib/html/openapi.yaml | 2 +- 8 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index c600af34b..5d5679c52 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -35,6 +35,7 @@ body: description: the ebusd version in use options: - current source from git + - '24.1' - '23.3' - '23.2' - '23.1' diff --git a/ChangeLog.md b/ChangeLog.md index ee9dd613d..d4c754db7 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,4 +1,4 @@ -# next (tbd) +# 24.1 (2024-10-27) ## Bug Fixes * fix conditional messages not being sent to message definition in MQTT integration and not being used in KNX group association * fix CSV dump of config files on command line @@ -18,7 +18,7 @@ * add option to discover device via mDNS * add dedicated log level for device messages * add option to extend MQTT variables from env/cmdline -* add date+datetime mapping, better device update check, and removed single-field-message field names to Home Assistant MQTT discovery integration +* add date+datetime mapping, better device update check, and remove single-field-message field names in Home Assistant MQTT discovery integration ## Breaking Changes * change default config path to https://ebus.github.io/ serving files generated from new TypeSpec message definition sources diff --git a/VERSION b/VERSION index 99730abcf..27b21ff38 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -23.3 \ No newline at end of file +24.1 \ No newline at end of file diff --git a/contrib/alpine/APKBUILD b/contrib/alpine/APKBUILD index 38b93cc59..4338f9a66 100644 --- a/contrib/alpine/APKBUILD +++ b/contrib/alpine/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Tim # Maintainer: John pkgname=ebusd -pkgver=23.3 +pkgver=24.1 pkgrel=0 pkgdesc="Daemon for communication with eBUS heating systems" url="https://github.com/john30/ebusd" diff --git a/contrib/alpine/APKBUILD.git b/contrib/alpine/APKBUILD.git index 45a020a71..997352111 100644 --- a/contrib/alpine/APKBUILD.git +++ b/contrib/alpine/APKBUILD.git @@ -1,6 +1,6 @@ # Maintainer: John pkgname=ebusd-git -pkgver=23.3 +pkgver=24.1 pkgrel=0 pkgdesc="Daemon for communication with eBUS heating systems" url="https://github.com/john30/ebusd" diff --git a/contrib/archlinux/PKGBUILD b/contrib/archlinux/PKGBUILD index 857a30b43..45455f9bd 100644 --- a/contrib/archlinux/PKGBUILD +++ b/contrib/archlinux/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Milan Knizek # Usage: makepkg pkgname=ebusd -pkgver=23.3 +pkgver=24.1 pkgrel=1 pkgdesc="ebusd, the daemon for communication with eBUS heating systems." arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') diff --git a/contrib/archlinux/PKGBUILD.git b/contrib/archlinux/PKGBUILD.git index 131483d98..a0694946c 100644 --- a/contrib/archlinux/PKGBUILD.git +++ b/contrib/archlinux/PKGBUILD.git @@ -3,7 +3,7 @@ # Usage: makepkg -p PKGBUILD.git pkgname=ebusd-git _gitname=ebusd -pkgver=23.3 +pkgver=24.1 pkgrel=1 pkgdesc="ebusd, the daemon for communication with eBUS heating systems." arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') diff --git a/contrib/html/openapi.yaml b/contrib/html/openapi.yaml index 26ec93a57..c69aee470 100644 --- a/contrib/html/openapi.yaml +++ b/contrib/html/openapi.yaml @@ -2,7 +2,7 @@ openapi: 3.1.0 info: title: ebusd-http description: The API that ebusd provides on HTTP port. - version: "23.3" + version: "24.1" servers: - url: http://127.0.0.1:8080/ paths: