]> git.proxmox.com Git - proxmox.git/commitdiff
bump proxmox-notify to 0.3.1-1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 10 Jan 2024 13:04:36 +0000 (14:04 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 10 Jan 2024 13:04:36 +0000 (14:04 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox-notify/Cargo.toml
proxmox-notify/debian/changelog

index 2e46b14b980dc5d1e2fa115aba934ba8912b1393..028c5a83b5172bcfaf0dbfba01198e5a95e9ddbb 100644 (file)
@@ -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
index db62a946d723fdcb01413e5b747cb8e8776721a0..cb5b42cc564dad1c4825986fb2d36a3680f3d3ad 100644 (file)
@@ -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 <support@proxmox.com>  Wed, 10 Jan 2024 14:04:26 +0100
+
 rust-proxmox-notify (0.3.0-1) bookworm; urgency=medium
 
   * notify: introduce Error::Generic