bump proxmox-notify to 0.3.1-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2024-01-10 14:04:36 +01:00
parent ead4190e7b
commit 1484676ac4
2 changed files with 15 additions and 1 deletions

View 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

View 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