Skip to content

Commit

Permalink
updated version to 24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
john30 committed Oct 27, 2024
1 parent d2d0f5a commit c7fd412
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ body:
description: the ebusd version in use
options:
- current source from git
- '24.1'
- '23.3'
- '23.2'
- '23.1'
Expand Down
4 changes: 2 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
23.3
24.1
2 changes: 1 addition & 1 deletion contrib/alpine/APKBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Contributor: Tim <timstanleydev@gmail.com>
# Maintainer: John <ebusd@ebusd.eu>
pkgname=ebusd
pkgver=23.3
pkgver=24.1
pkgrel=0
pkgdesc="Daemon for communication with eBUS heating systems"
url="https://github.com/john30/ebusd"
Expand Down
2 changes: 1 addition & 1 deletion contrib/alpine/APKBUILD.git
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: John <ebusd@ebusd.eu>
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"
Expand Down
2 changes: 1 addition & 1 deletion contrib/archlinux/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Contributor: Milan Knizek <knizek volny cz>
# 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')
Expand Down
2 changes: 1 addition & 1 deletion contrib/archlinux/PKGBUILD.git
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion contrib/html/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c7fd412

Please sign in to comment.