mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-05 06:26:41 +00:00
bump proxmox-apt to 0.10.7-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
5d9e33d1d9
commit
1d6174d36d
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user