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