diff --git a/proxmox-router/Cargo.toml b/proxmox-router/Cargo.toml index 60f346f7..b260d356 100644 --- a/proxmox-router/Cargo.toml +++ b/proxmox-router/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-router" -version = "1.0.0" +version = "1.1.0" authors = ["Proxmox Support Team "] edition = "2018" license = "AGPL-3" diff --git a/proxmox-router/debian/changelog b/proxmox-router/debian/changelog index 2e0563d5..d77681e7 100644 --- a/proxmox-router/debian/changelog +++ b/proxmox-router/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-router (1.1.0-1) unstable; urgency=medium + + * add filename completions helper (moved from pbs-tools) + + -- Proxmox Support Team Wed, 13 Oct 2021 12:27:19 +0200 + rust-proxmox-router (1.0.0-1) stable; urgency=medium * initial split out of `librust-proxmox-dev`