forked from proxmox-mirrors/proxmox
log: bump to 0.2.4-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
5933c2f47b
commit
e8b8060b17
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-log"
|
name = "proxmox-log"
|
||||||
version = "0.2.3"
|
version = "0.2.4"
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
rust-proxmox-log (0.2.4-1) bookworm; urgency=medium
|
||||||
|
|
||||||
|
* restore behavior that the cli logger logs to stderr instead of stdout
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Thu, 05 Sep 2024 13:46:57 +0200
|
||||||
|
|
||||||
rust-proxmox-log (0.2.3-1) stable; urgency=medium
|
rust-proxmox-log (0.2.3-1) stable; urgency=medium
|
||||||
|
|
||||||
* add init_cli_logger() for use in binaries as a replacement for the one in
|
* add init_cli_logger() for use in binaries as a replacement for the one in
|
||||||
|
@ -44,7 +44,7 @@ Provides:
|
|||||||
librust-proxmox-log-0+default-dev (= ${binary:Version}),
|
librust-proxmox-log-0+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-log-0.2-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+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-log-0.2.3-dev (= ${binary:Version}),
|
librust-proxmox-log-0.2.4-dev (= ${binary:Version}),
|
||||||
librust-proxmox-log-0.2.3+default-dev (= ${binary:Version})
|
librust-proxmox-log-0.2.4+default-dev (= ${binary:Version})
|
||||||
Description: Logging infrastructure for proxmox - Rust source code
|
Description: Logging infrastructure for proxmox - Rust source code
|
||||||
Source code for Debianized Rust crate "proxmox-log"
|
Source code for Debianized Rust crate "proxmox-log"
|
||||||
|
Loading…
Reference in New Issue
Block a user