From: Wolfgang Bumiller Date: Wed, 10 Jan 2024 13:04:36 +0000 (+0100) Subject: bump proxmox-notify to 0.3.1-1 X-Git-Url: https://git.proxmox.com/?p=proxmox.git;a=commitdiff_plain;h=1484676ac48919909457c1e0f845f60d54aa0598 bump proxmox-notify to 0.3.1-1 Signed-off-by: Wolfgang Bumiller --- diff --git a/proxmox-notify/Cargo.toml b/proxmox-notify/Cargo.toml index 2e46b14b..028c5a83 100644 --- a/proxmox-notify/Cargo.toml +++ b/proxmox-notify/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-notify" -version = "0.3.0" +version = "0.3.1" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-notify/debian/changelog b/proxmox-notify/debian/changelog index db62a946..cb5b42cc 100644 --- a/proxmox-notify/debian/changelog +++ b/proxmox-notify/debian/changelog @@ -1,3 +1,17 @@ +rust-proxmox-notify (0.3.1-1) bookworm; urgency=medium + + * include 'hostname' and 'type' metadata fields for forwarded mails + + * smtp: forward original message instead of nesting + + * smtp: add 'Auto-Submitted' header to email body + + * api: allow resetting built-in targets if used by a matcher + + * add separate context for unit tests + + -- Proxmox Support Team Wed, 10 Jan 2024 14:04:26 +0100 + rust-proxmox-notify (0.3.0-1) bookworm; urgency=medium * notify: introduce Error::Generic