From 068e714070fbf5ac0b6124cc43145f2197232500 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 28 Nov 2022 09:32:35 +0100 Subject: [PATCH] bump version to 0.1.1-1 Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- debian/changelog | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b4064b0..e27d981 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-mail-forward" -version = "0.1.0" +version = "0.1.1" authors = [ "Fiona Ebner ", "Proxmox Support Team ", diff --git a/debian/changelog b/debian/changelog index cb9cc94..975ef58 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +rust-proxmox-mail-forward (0.1.1-1) stable; urgency=medium + + * support unknown section types in the user config to not fail on eg. tokens + in the config + + -- Proxmox Support Team Mon, 28 Nov 2022 09:31:19 +0100 + rust-proxmox-mail-forward (0.1.0-1) stable; urgency=medium * Initial release.