bump proxmox-rest-server to 0.2.1-1

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2023-01-05 12:15:14 +01:00
parent 30ae33a31d
commit 3046e2f285
2 changed files with 13 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "proxmox-rest-server"
version = "0.2.0"
version = "0.2.1"
authors.workspace = true
edition.workspace = true
license.workspace = true

View File

@ -1,3 +1,15 @@
rust-proxmox-rest-server (0.2.1-1) stable; urgency=medium
* update to OwnedFd
* move common metadata to workspace
* use workspace dependencies
* update nix to 0.26
-- Proxmox Support Team <support@proxmox.com> Thu, 05 Jan 2023 12:14:24 +0100
rust-proxmox-rest-server (0.2.0-1) stable; urgency=medium
* initial split out of proxmox-backup workspace