diff --git a/proxmox-syslog-api/Cargo.toml b/proxmox-syslog-api/Cargo.toml index f4b26f24..4a930c9a 100644 --- a/proxmox-syslog-api/Cargo.toml +++ b/proxmox-syslog-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-syslog-api" -version = "0.1.0" +version = "0.1.1" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-syslog-api/debian/changelog b/proxmox-syslog-api/debian/changelog index 1824e997..5f4ddc99 100644 --- a/proxmox-syslog-api/debian/changelog +++ b/proxmox-syslog-api/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-syslog-api (0.1.1-1) bookworm; urgency=medium + + * add dump_journal and JournalFilter + + -- Proxmox Support Team Fri, 12 Jul 2024 11:07:54 +0200 + rust-proxmox-syslog-api (0.1.0-1) bookworm; urgency=medium * initial packaging (split out from proxmox-system-management-api) diff --git a/proxmox-syslog-api/debian/control b/proxmox-syslog-api/debian/control index a8f2179f..1ff9bccf 100644 --- a/proxmox-syslog-api/debian/control +++ b/proxmox-syslog-api/debian/control @@ -38,8 +38,8 @@ Provides: librust-proxmox-syslog-api-0+default-dev (= ${binary:Version}), librust-proxmox-syslog-api-0.1-dev (= ${binary:Version}), librust-proxmox-syslog-api-0.1+default-dev (= ${binary:Version}), - librust-proxmox-syslog-api-0.1.0-dev (= ${binary:Version}), - librust-proxmox-syslog-api-0.1.0+default-dev (= ${binary:Version}) + librust-proxmox-syslog-api-0.1.1-dev (= ${binary:Version}), + librust-proxmox-syslog-api-0.1.1+default-dev (= ${binary:Version}) Description: Syslog Management API implementation - Rust source code Source code for Debianized Rust crate "proxmox-syslog-api" @@ -53,7 +53,7 @@ Depends: Provides: librust-proxmox-syslog-api-0+impl-dev (= ${binary:Version}), librust-proxmox-syslog-api-0.1+impl-dev (= ${binary:Version}), - librust-proxmox-syslog-api-0.1.0+impl-dev (= ${binary:Version}) + librust-proxmox-syslog-api-0.1.1+impl-dev (= ${binary:Version}) Description: Syslog Management API implementation - feature "impl" This metapackage enables feature "impl" for the Rust proxmox-syslog-api crate, by pulling in any additional dependencies needed by that feature.