diff --git a/debian/changelog b/debian/changelog index 85a6fe60..1e2a0e94 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +kci-dev (0.1.11-1) unstable; urgency=medium + + * New upstream release. + * Update to version 0.1.11. + + -- Arisu Tachibana Wed, 14 Jan 2026 12:00:00 +0900 + kci-dev (0.1.10-1) unstable; urgency=medium * New upstream release. diff --git a/debian/kci-dev.1 b/debian/kci-dev.1 index f4cc7bc1..23c12c3d 100644 --- a/debian/kci-dev.1 +++ b/debian/kci-dev.1 @@ -1,4 +1,4 @@ -.TH kci-dev 1 "January 2026" "kci-dev 0.1.10" "User Commands" +.TH kci-dev 1 "July 2026" "kci-dev 0.1.11" "User Commands" .SH NAME kci-dev \- Stand alone command line tool for interacting with KernelCI .SH SYNOPSIS diff --git a/packaging/arch/.SRCINFO b/packaging/arch/.SRCINFO index ecbf347a..878a010c 100644 --- a/packaging/arch/.SRCINFO +++ b/packaging/arch/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = kci-dev pkgdesc = Stand alone tool for Linux Kernel developers and maintainers to interact with KernelCI - pkgver = 0.1.10 + pkgver = 0.1.11 pkgrel = 1 url = https://github.com/kernelci/kci-dev arch = any @@ -18,7 +18,7 @@ pkgbase = kci-dev depends = python-matplotlib optdepends = python-mplcursors: interactive cursor support for plots (AUR) optdepends = bash-completion: bash completion support - source = kci-dev-0.1.10.tar.gz::https://github.com/kernelci/kci-dev/archive/refs/tags/v0.1.10.tar.gz + source = kci-dev-0.1.11.tar.gz::https://github.com/kernelci/kci-dev/archive/refs/tags/v0.1.11.tar.gz sha256sums = SKIP pkgname = kci-dev diff --git a/packaging/arch/PKGBUILD b/packaging/arch/PKGBUILD index bd421b67..f472deef 100644 --- a/packaging/arch/PKGBUILD +++ b/packaging/arch/PKGBUILD @@ -2,7 +2,7 @@ # https://github.com/kernelci/kci-dev pkgname=kci-dev -pkgver=0.1.10 +pkgver=0.1.11 pkgrel=1 pkgdesc='Stand alone tool for Linux Kernel developers and maintainers to interact with KernelCI' arch=('any') diff --git a/pyproject.toml b/pyproject.toml index 5b4f2b6a..60e53c9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kci-dev" -version = "0.1.10" +version = "0.1.11" description = "Stand alone tool for Linux Kernel developers and maintainers to interact with KernelCI" authors = ["Arisu Tachibana "] license = "LGPL-2.1-or-later"