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