From b446456aa58183796bc814d4664e90824ea11c54 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 13 Jun 2022 09:56:05 +0200 Subject: [PATCH] bump proxmox-metrics to 0.2.0-1 Signed-off-by: Wolfgang Bumiller --- proxmox-metrics/Cargo.toml | 2 +- proxmox-metrics/debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/proxmox-metrics/Cargo.toml b/proxmox-metrics/Cargo.toml index 45e224b0..71371460 100644 --- a/proxmox-metrics/Cargo.toml +++ b/proxmox-metrics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-metrics" -version = "0.1.1" +version = "0.2.0" authors = ["Proxmox Support Team "] edition = "2018" license = "AGPL-3" diff --git a/proxmox-metrics/debian/changelog b/proxmox-metrics/debian/changelog index c0934693..1c820c01 100644 --- a/proxmox-metrics/debian/changelog +++ b/proxmox-metrics/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-metrics (0.2.0-1) unstable; urgency=medium + + * send_data_to_channels now takes an IntoIterator instead of a slice + + -- Proxmox Support Team Mon, 13 Jun 2022 09:55:34 +0200 + rust-proxmox-metrics (0.1.1-1) unstable; urgency=medium * bump proxmox-async dependency to 0.4