diff --git a/proxmox-sys/Cargo.toml b/proxmox-sys/Cargo.toml index d118de2b..bb7dee8a 100644 --- a/proxmox-sys/Cargo.toml +++ b/proxmox-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-sys" -version = "0.5.5" +version = "0.5.6" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-sys/debian/changelog b/proxmox-sys/debian/changelog index 2a3fcda2..792b0d82 100644 --- a/proxmox-sys/debian/changelog +++ b/proxmox-sys/debian/changelog @@ -1,3 +1,16 @@ +rust-proxmox-sys (0.5.6-1) bookworm; urgency=medium + + * fs: make file parameter generic in CreateOptions + + * fs: add helpers to check file and directory permissions + + * fs: use 0750 as default for directory permissions + + * fs: change error of create_dir to include the path, this changes the error + type from nix::Error to anyhow::Error + + -- Proxmox Support Team Mon, 17 Jun 2024 14:04:41 +0200 + rust-proxmox-sys (0.5.5-1) bookworm; urgency=medium * crypt: use constant time comparison for password verification