bump version to 2.0.9-2

rebuild to include openid and to actually have a correct pbs-buildcfg
Cargo.toml version..

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-08-24 14:44:26 +02:00
parent 9789461363
commit be5b468975
2 changed files with 3 additions and 3 deletions

4
debian/changelog vendored
View File

@ -1,4 +1,4 @@
rust-proxmox-backup (2.0.9-1) unstable; urgency=medium rust-proxmox-backup (2.0.9-2) bullseye; urgency=medium
* tape backup: mention groups that were empty * tape backup: mention groups that were empty
@ -11,7 +11,7 @@ rust-proxmox-backup (2.0.9-1) unstable; urgency=medium
* cli: proxmox-tape backup-job list: use status api and display next-run * cli: proxmox-tape backup-job list: use status api and display next-run
and next-media-label and next-media-label
-- Proxmox Support Team <support@proxmox.com> Mon, 09 Aug 2021 09:53:29 +0200 -- Proxmox Support Team <support@proxmox.com> Tue, 24 Aug 2021 14:44:12 +0200
rust-proxmox-backup (2.0.8-1) bullseye; urgency=medium rust-proxmox-backup (2.0.8-1) bullseye; urgency=medium

View File

@ -1,6 +1,6 @@
[package] [package]
name = "pbs-buildcfg" name = "pbs-buildcfg"
version = "2.0.7" version = "2.0.9"
authors = ["Proxmox Support Team <support@proxmox.com>"] authors = ["Proxmox Support Team <support@proxmox.com>"]
edition = "2018" edition = "2018"
description = "macros used for pbs related paths such as configdir and rundir" description = "macros used for pbs related paths such as configdir and rundir"