From 87b85a5b963b42da8ceaa545f466cfdc36a5b34f Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 19 Nov 2024 13:19:01 +0100 Subject: [PATCH] bump version to 0.3.1 Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/changelog | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3f07ab0..0f4e3b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-mail-forward" -version = "0.3.0" +version = "0.3.1" authors = [ "Fiona Ebner ", "Lukas Wagner ", diff --git a/debian/changelog b/debian/changelog index 18041cc..4132fb3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +rust-proxmox-mail-forward (0.3.1) bookworm; urgency=medium + + * buildsys: set setuid bit explicitly in installed proxmox-mail-forward + binary to fix regression from previous release. + + -- Proxmox Support Team Tue, 19 Nov 2024 13:18:56 +0100 + rust-proxmox-mail-forward (0.3.0) bookworm; urgency=medium * update proxmox-notify crate to support the new webhook targets