bump proxmox-apt to 0.10.7-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2023-12-06 15:58:53 +01:00
parent 5d9e33d1d9
commit 1d6174d36d
3 changed files with 13 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "proxmox-apt"
version = "0.10.6"
version = "0.10.7"
description = "Proxmox library for APT"
authors.workspace = true
edition.workspace = true

View File

@ -1,3 +1,13 @@
rust-proxmox-apt (0.10.7-1) bookworm; urgency=medium
* add missing #[serde(default)] attributes to api types
* document status property for standard repository
* fix digest api type in APTRepositoryFile from Integer to u8
-- Proxmox Support Team <support@proxmox.com> Wed, 06 Dec 2023 15:58:43 +0100
rust-proxmox-apt (0.10.6-1) bookworm; urgency=medium
* apt: add Ceph Reef to standard repo list for Proxmox VE based on Debian 12

View File

@ -45,8 +45,8 @@ Provides:
librust-proxmox-apt-0+default-dev (= ${binary:Version}),
librust-proxmox-apt-0.10-dev (= ${binary:Version}),
librust-proxmox-apt-0.10+default-dev (= ${binary:Version}),
librust-proxmox-apt-0.10.6-dev (= ${binary:Version}),
librust-proxmox-apt-0.10.6+default-dev (= ${binary:Version})
librust-proxmox-apt-0.10.7-dev (= ${binary:Version}),
librust-proxmox-apt-0.10.7+default-dev (= ${binary:Version})
Description: Proxmox library for APT - Rust source code
This package contains the source for the Rust proxmox-apt crate, packaged by
debcargo for use with cargo and dh-cargo.