Skip to content

Commit 07775ec

Browse files
committed
Release 1.35.0
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
1 parent 8e8beca commit 07775ec

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
tuxmake (1.35.0-1) UNRELEASED; urgency=medium
2+
3+
* Release 1.35.0. See: https://github.com/kernelci/tuxmake/releases/tag/v1.35.0
4+
5+
-- Anders Roxell <anders.roxell@linaro.org> Tue, 10 Feb 2026 19:41:19 +0100
6+
17
tuxmake (1.34.0-1) UNRELEASED; urgency=medium
28

39
* Initial release

tuxmake.PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pkgname=tuxmake
2-
pkgver=1.34.0
2+
pkgver=1.35.0
33
pkgrel=1
44
pkgdesc='Thin wrapper to build Linux kernels'
55
url='https://tuxmake.org/'

tuxmake.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: tuxmake
2-
Version: 1.34.0
2+
Version: 1.35.0
33
Release: 0%{?dist}
44
Summary: Thin wrapper to build Linux kernels
55
License: Expat
@@ -63,6 +63,9 @@ install -m 644 bash_completion/tuxmake %{buildroot}/usr/share/bash-completion/co
6363
%license LICENSE
6464

6565
%changelog
66+
* Tue Feb 10 2026 Anders Roxell <anders.roxell@linaro.org> - 1.35.0-1
67+
- Release 1.35.0. See: https://github.com/kernelci/tuxmake/releases/tag/v1.35.0
68+
6669

6770
* Wed Dec 23 2020 Antonio Terceiro <antonio.terceiro@linaro.org> - 0.12.0-1
6871
- Initial version of the package

tuxmake/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Thin wrapper to build Linux kernels
33
"""
44

5-
__version__ = "1.34.0"
5+
__version__ = "1.35.0"

0 commit comments

Comments
 (0)