From fd97b5d38aed97ba009dd118b5afe9b3b661dca2 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 12 Sep 2024 12:27:13 +0200 Subject: [PATCH] bump version to 0.7.2 Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c910c75..f7444a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "esxi-folder-fuse" -version = "0.7.1" +version = "0.7.2" edition = "2021" authors = [ "Wolfgang Bumiller ", diff --git a/debian/changelog b/debian/changelog index c1317f4..b57740e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pve-esxi-import-tools (0.7.2) bookworm; urgency=medium + + * fix #5587: add support for older version of vmx storage filepaths + + -- Proxmox Support Team Thu, 12 Sep 2024 12:26:58 +0200 + pve-esxi-import-tools (0.7.1) bookworm; urgency=medium * make errors before mounting more visible