From a5f6a9c191d85e887442e8c0ce36df3a9deffeca Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 6 Sep 2024 17:50:50 +0200 Subject: [PATCH] bump version to 0.6.7 Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/changelog | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 984ff40..66c172d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-offline-mirror" -version = "0.6.6" +version = "0.6.7" authors = ["Proxmox Support Team "] edition = "2021" license = "AGPL-3" diff --git a/debian/changelog b/debian/changelog index cafaafe..b062251 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +rust-proxmox-offline-mirror (0.6.7) bookworm; urgency=medium + + * pool: fix check for empty directory when unlinking files + + * pool gc: remove empty left-over directories + + * add ability to verify with keyrings, not just single certificates + + * docs: fix command arguments for syncing a medium + + -- Proxmox Support Team Fri, 06 Sep 2024 17:50:35 +0200 + rust-proxmox-offline-mirror (0.6.6) bookworm; urgency=medium * fix #5249: apt: allow parsing Packages without Priority field