From 818ddf1283836b3e4d2b9ed2897cb74f8d9fc480 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Thu, 6 Jun 2024 11:09:27 +0200 Subject: [PATCH] bump proxmox-apt to 0.10.10-1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- proxmox-apt/Cargo.toml | 2 +- proxmox-apt/debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/proxmox-apt/Cargo.toml b/proxmox-apt/Cargo.toml index bdd17d28..34573543 100644 --- a/proxmox-apt/Cargo.toml +++ b/proxmox-apt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-apt" -version = "0.10.9" +version = "0.10.10" description = "Proxmox library for APT" authors.workspace = true edition.workspace = true diff --git a/proxmox-apt/debian/changelog b/proxmox-apt/debian/changelog index fb546526..cd8c04a6 100644 --- a/proxmox-apt/debian/changelog +++ b/proxmox-apt/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-apt (0.10.10-1) stable; urgency=medium + + * fix #5513: apt: do not assume that sources.list file exists + + -- Proxmox Support Team Thu, 06 Jun 2024 11:09:12 +0200 + rust-proxmox-apt (0.10.9-1) bookworm; urgency=medium * fix #5249: apt: allow parsing Packages without Priority field