From 410f326a08ef6c08141af5c7431beb2e16f0c666 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Tue, 26 Nov 2024 11:08:18 +0100 Subject: [PATCH] bump version to 0.12.1-1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- Cargo.toml | 2 +- debian/changelog | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 635be63..4aefcd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pxar" -version = "0.12.0" +version = "0.12.1" authors = ["Wolfgang Bumiller "] edition = "2021" license = "AGPL-3" diff --git a/debian/changelog b/debian/changelog index 8ddbaf7..c708f37 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +rust-pxar (0.12.1-1) unstable; urgency=medium + + * doc fixup + + * decoder: fix incorrect accounting for header in payload input + + -- Proxmox Support Team Tue, 26 Nov 2024 10:31:28 +0100 + rust-pxar (0.12.0-2) unstable; urgency=medium * drop bitflags dependency