Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
kci-dev (0.1.11-1) unstable; urgency=medium

* New upstream release.
* Update to version 0.1.11.

-- Arisu Tachibana <arisu.tachibana@miraclelinux.com> Wed, 14 Jan 2026 12:00:00 +0900

kci-dev (0.1.10-1) unstable; urgency=medium

* New upstream release.
Expand Down
2 changes: 1 addition & 1 deletion debian/kci-dev.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packaging/arch/.SRCINFO
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion packaging/arch/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <arisu.tachibana@miraclelinux.com>"]
license = "LGPL-2.1-or-later"
Expand Down
Loading