From 301e268fc4b6ac36a970f990935f0060cddea4a2 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 17 Jul 2024 09:53:06 +0200 Subject: [PATCH] apt-api-types: bump version to 1.0.1-1 Signed-off-by: Thomas Lamprecht --- proxmox-apt-api-types/Cargo.toml | 2 +- proxmox-apt-api-types/debian/changelog | 6 ++++++ proxmox-apt-api-types/debian/control | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/proxmox-apt-api-types/Cargo.toml b/proxmox-apt-api-types/Cargo.toml index e6482146..6e3d91b8 100644 --- a/proxmox-apt-api-types/Cargo.toml +++ b/proxmox-apt-api-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-apt-api-types" -version = "1.0.0" +version = "1.0.1" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-apt-api-types/debian/changelog b/proxmox-apt-api-types/debian/changelog index e578927e..a2d7c486 100644 --- a/proxmox-apt-api-types/debian/changelog +++ b/proxmox-apt-api-types/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-apt-api-types (1.0.1-1) bookworm; urgency=medium + + * fix backward compatibility by encoding digest as array + + -- Proxmox Support Team Wed, 17 Jul 2024 09:52:37 +0200 + rust-proxmox-apt-api-types (1.0.0-1) bookworm; urgency=medium * initial release diff --git a/proxmox-apt-api-types/debian/control b/proxmox-apt-api-types/debian/control index 5b50e114..05b196ce 100644 --- a/proxmox-apt-api-types/debian/control +++ b/proxmox-apt-api-types/debian/control @@ -36,7 +36,7 @@ Provides: librust-proxmox-apt-api-types-1+default-dev (= ${binary:Version}), librust-proxmox-apt-api-types-1.0-dev (= ${binary:Version}), librust-proxmox-apt-api-types-1.0+default-dev (= ${binary:Version}), - librust-proxmox-apt-api-types-1.0.0-dev (= ${binary:Version}), - librust-proxmox-apt-api-types-1.0.0+default-dev (= ${binary:Version}) + librust-proxmox-apt-api-types-1.0.1-dev (= ${binary:Version}), + librust-proxmox-apt-api-types-1.0.1+default-dev (= ${binary:Version}) Description: APT API type definitions - Rust source code Source code for Debianized Rust crate "proxmox-apt-api-types"