]> git.proxmox.com Git - proxmox.git/commitdiff
bump proxmox-apt to 0.10.7-1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 6 Dec 2023 14:58:53 +0000 (15:58 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 6 Dec 2023 14:59:59 +0000 (15:59 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox-apt/Cargo.toml
proxmox-apt/debian/changelog
proxmox-apt/debian/control

index ca509268dd5a0529877ee4b085c02cbaa673a0b2..998af22fa0633d16b289de63046264fb86117e79 100644 (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
index 5c739dffe4e490bdce9f95f34c35db44a9fc2a93..f592d65a44709c79c480c6fb28a97ea7c25466f9 100644 (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
index 348065b3e8329397a32dc374e00de7d46201cc88..cac095c5f38d33e8bc89381537e045aeb7dc8d51 100644 (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.