From 62399a8e505a95e07ad13bbac769839f52154197 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 19 Nov 2024 12:45:52 +0100 Subject: [PATCH] bump version to 0.3.0 Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3f2118c..3f07ab0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-mail-forward" -version = "0.2.3" +version = "0.3.0" authors = [ "Fiona Ebner ", "Lukas Wagner ", diff --git a/debian/changelog b/debian/changelog index ef5d698..18041cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-mail-forward (0.3.0) bookworm; urgency=medium + + * update proxmox-notify crate to support the new webhook targets + + -- Proxmox Support Team Tue, 19 Nov 2024 12:45:48 +0100 + rust-proxmox-mail-forward (0.2.3) bookworm; urgency=medium * fix formatting of Date header to use the C locale