Release 0.3.2

This commit is contained in:
Johannes Leupolz 2025-12-28 00:14:28 +00:00
parent 7fbb1616ed
commit 84df502d25
3 changed files with 14 additions and 1 deletions

12
debian/changelog vendored
View file

@ -1,3 +1,15 @@
vuinputd (0.3.2-1) unstable; urgency=medium
* Improve debugging support for container execution:
- Add documentation describing how to debug actions triggered by
vuinputd inside containers.
- Make it easier to use strace to debug child processes.
- Log action descriptions as base64-encoded JSON when executing
container actions (e.g. mknod), simplifying shell-based debugging.
-- Johannes Leupolz <vinput@leupolz.eu> Sat, 21 Dec 2025 10:30:00 +0000
vuinputd (0.3.1-1) unstable; urgency=medium
* Improve Debian packaging and release process:

1
debian/control vendored
View file

@ -25,6 +25,7 @@ Build-Depends: debhelper (>= 12),
librust-async-io-dev,
librust-anyhow-dev,
librust-clap-dev,
librust-base64-dev,
pkg-config,
build-essential
Standards-Version: 4.6.0

View file

@ -1,6 +1,6 @@
[package]
name = "vuinputd"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
authors = ["Johannes Leupolz <dev@leupolz.eu>"]
license = "MIT"