From 8471451a7b262c754435e4b4d55a989eb39df94e Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 21 Oct 2021 07:15:11 +0200 Subject: [PATCH] bump version to 0.8.1-1 Signed-off-by: Dietmar Maurer --- Cargo.toml | 2 +- debian/changelog | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e0c8d5a9..bff3f587 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-openid" -version = "0.8.0" +version = "0.8.1" authors = ["Dietmar Maurer "] edition = "2018" license = "AGPL-3" diff --git a/debian/changelog b/debian/changelog index 21a363c0..3630b67c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +rust-proxmox-openid (0.8.1-1) unstable; urgency=medium + + * add fsync parameter to replace_file + + * Depend on proxmox 0.15.0 + + -- Proxmox Support Team Thu, 21 Oct 2021 07:14:52 +0200 + rust-proxmox-openid (0.8.0-1) unstable; urgency=medium * update to proxmox crate split