From f418479aaaa13ca794e2743296f9b909fe52516c Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 27 Nov 2024 20:38:39 +0100 Subject: [PATCH] bump version to 3.3.0-1 Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/changelog | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 202e6785..d14f320a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "3.2.14" +version = "3.3.0" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index b11d4c89..5b2b9425 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +rust-proxmox-backup (3.3.0-1) bookworm; urgency=medium + + * GC: add safety-check for nested datastore + + * ui: make some more strings translatable + + * docs: make sphinx ignore the environment cache to avoid missing synopsis + in some HTML output, like for example the "Command Syntax" appendix. + + * docs: add note for why FAT is not supported for as backing file system for + datastores + + * api: disks: directory: fail if mount unit already exists for a new file + system + + * : filter partitions without proper UUID in partition selector + + * ui: version info: replace wrong hyphen separator with dot + + -- Proxmox Support Team Wed, 27 Nov 2024 20:38:41 +0100 + rust-proxmox-backup (3.2.14-1) bookworm; urgency=medium * pull-sync: do not interpret older missing snapshots as needs-resync