log: bump version to 0.2.7

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-11-27 13:30:13 +01:00
parent cc79b2f08a
commit 8a1166be4b
3 changed files with 9 additions and 3 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "proxmox-log"
description = "Logging infrastructure for proxmox"
version = "0.2.6"
version = "0.2.7"
authors.workspace = true
edition.workspace = true

View File

@ -1,3 +1,9 @@
rust-proxmox-log (0.2.7-1) bookworm; urgency=medium
* ignore to_stdout parameter, this is now handled by tracing.
-- Proxmox Support Team <support@proxmox.com> Wed, 27 Nov 2024 13:29:50 +0100
rust-proxmox-log (0.2.6-1) bookworm; urgency=medium
* log: only print error level to syslog/stderr to avoid that, e.g., the

View File

@ -45,7 +45,7 @@ Provides:
librust-proxmox-log-0+default-dev (= ${binary:Version}),
librust-proxmox-log-0.2-dev (= ${binary:Version}),
librust-proxmox-log-0.2+default-dev (= ${binary:Version}),
librust-proxmox-log-0.2.6-dev (= ${binary:Version}),
librust-proxmox-log-0.2.6+default-dev (= ${binary:Version})
librust-proxmox-log-0.2.7-dev (= ${binary:Version}),
librust-proxmox-log-0.2.7+default-dev (= ${binary:Version})
Description: Logging infrastructure for proxmox - Rust source code
Source code for Debianized Rust crate "proxmox-log"