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"