From 6e8ad212278d37f434d603d98712b9df3900a53f Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 19 Sep 2024 15:16:45 +0200 Subject: [PATCH] rrd-api-types: bump to 1.0.2-1 Signed-off-by: Wolfgang Bumiller --- proxmox-rrd-api-types/Cargo.toml | 2 +- proxmox-rrd-api-types/debian/changelog | 8 ++++++++ proxmox-rrd-api-types/debian/control | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/proxmox-rrd-api-types/Cargo.toml b/proxmox-rrd-api-types/Cargo.toml index 87681836..a6242f64 100644 --- a/proxmox-rrd-api-types/Cargo.toml +++ b/proxmox-rrd-api-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-rrd-api-types" -version = "1.0.1" +version = "1.0.2" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-rrd-api-types/debian/changelog b/proxmox-rrd-api-types/debian/changelog index 7454da95..52b5acef 100644 --- a/proxmox-rrd-api-types/debian/changelog +++ b/proxmox-rrd-api-types/debian/changelog @@ -1,3 +1,11 @@ +rust-proxmox-rrd-api-types (1.0.2-1) bookworm; urgency=medium + + * rename RrdMode and RrdTimeframe to follow naming guidelines + + * add deprecated type aliases for the old spellings + + -- Proxmox Support Team Thu, 19 Sep 2024 15:16:36 +0200 + rust-proxmox-rrd-api-types (1.0.1-1) bookworm; urgency=medium * derive Debug, Eq, PartialEq for RRDMode and RRDTimeFrame diff --git a/proxmox-rrd-api-types/debian/control b/proxmox-rrd-api-types/debian/control index e27eafcf..e43033c9 100644 --- a/proxmox-rrd-api-types/debian/control +++ b/proxmox-rrd-api-types/debian/control @@ -34,7 +34,7 @@ Provides: librust-proxmox-rrd-api-types-1+default-dev (= ${binary:Version}), librust-proxmox-rrd-api-types-1.0-dev (= ${binary:Version}), librust-proxmox-rrd-api-types-1.0+default-dev (= ${binary:Version}), - librust-proxmox-rrd-api-types-1.0.1-dev (= ${binary:Version}), - librust-proxmox-rrd-api-types-1.0.1+default-dev (= ${binary:Version}) + librust-proxmox-rrd-api-types-1.0.2-dev (= ${binary:Version}), + librust-proxmox-rrd-api-types-1.0.2+default-dev (= ${binary:Version}) Description: Types for RRD values - Rust source code Source code for Debianized Rust crate "proxmox-rrd-api-types"