Skip to content

Commit f1818cf

Browse files
committed
updated version to 25.1
1 parent ff340be commit f1818cf

8 files changed

Lines changed: 8 additions & 7 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ body:
3535
description: the ebusd version in use
3636
options:
3737
- current source from git
38+
- '25.1'
3839
- '24.1'
3940
- '23.3'
4041
- '23.2'

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# next (tbd)
1+
# 25.1 (2025-04-13)
22
## Bug Fixes
33
* fix for device string symlink with colon
44
* fix "read" and "write" command response

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.1
1+
25.1

contrib/alpine/APKBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Contributor: Tim <timstanleydev@gmail.com>
22
# Maintainer: John <ebusd@ebusd.eu>
33
pkgname=ebusd
4-
pkgver=24.1
4+
pkgver=25.1
55
pkgrel=0
66
pkgdesc="Daemon for communication with eBUS heating systems"
77
url="https://github.com/john30/ebusd"

contrib/alpine/APKBUILD.git

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: John <ebusd@ebusd.eu>
22
pkgname=ebusd-git
3-
pkgver=24.1
3+
pkgver=25.1
44
pkgrel=0
55
pkgdesc="Daemon for communication with eBUS heating systems"
66
url="https://github.com/john30/ebusd"

contrib/archlinux/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Contributor: Milan Knizek <knizek volny cz>
33
# Usage: makepkg
44
pkgname=ebusd
5-
pkgver=24.1
5+
pkgver=25.1
66
pkgrel=1
77
pkgdesc="ebusd, the daemon for communication with eBUS heating systems."
88
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')

contrib/archlinux/PKGBUILD.git

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Usage: makepkg -p PKGBUILD.git
44
pkgname=ebusd-git
55
_gitname=ebusd
6-
pkgver=24.1
6+
pkgver=25.1
77
pkgrel=1
88
pkgdesc="ebusd, the daemon for communication with eBUS heating systems."
99
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')

contrib/html/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.1.0
22
info:
33
title: ebusd-http
44
description: The API that ebusd provides on HTTP port.
5-
version: "24.1"
5+
version: "25.1"
66
servers:
77
- url: http://127.0.0.1:8080/
88
paths:

0 commit comments

Comments
 (0)