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