diff --git a/proxmox-api-macro/Cargo.toml b/proxmox-api-macro/Cargo.toml index 4c756e47..8f1f55ce 100644 --- a/proxmox-api-macro/Cargo.toml +++ b/proxmox-api-macro/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox-api-macro" edition = "2018" -version = "0.2.1" +version = "0.2.2" authors = [ "Wolfgang Bumiller " ] license = "AGPL-3" description = "Proxmox API macro" diff --git a/proxmox-api-macro/debian/changelog b/proxmox-api-macro/debian/changelog index 3f7581cc..ef1234c8 100644 --- a/proxmox-api-macro/debian/changelog +++ b/proxmox-api-macro/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-api-macro (0.2.2-1) unstable; urgency=medium + + * api-macro: replace ident hashmap with simple find + + -- Proxmox Support Team Sat, 19 Sep 2020 06:29:31 +0200 + rust-proxmox-api-macro (0.2.1-1) unstable; urgency=medium * api-macro: relax Fieldname rules diff --git a/proxmox/Cargo.toml b/proxmox/Cargo.toml index 3e6481c7..4dfebac8 100644 --- a/proxmox/Cargo.toml +++ b/proxmox/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox" edition = "2018" -version = "0.3.9" +version = "0.4.0" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", @@ -45,7 +45,7 @@ url = "2.1" #regex, serde, serde_json # Macro crates: -proxmox-api-macro = { path = "../proxmox-api-macro", optional = true, version = "0.2.1" } +proxmox-api-macro = { path = "../proxmox-api-macro", optional = true, version = "0.2.2" } proxmox-sortable-macro = { path = "../proxmox-sortable-macro", optional = true, version = "0.1.1" } [features] diff --git a/proxmox/debian/changelog b/proxmox/debian/changelog index 11f55be3..a53cc06e 100644 --- a/proxmox/debian/changelog +++ b/proxmox/debian/changelog @@ -1,3 +1,11 @@ +rust-proxmox (0.4.0-1) unstable; urgency=medium + + * permissions: introduce UserParam permission + + * bump api-macro dependency to 0.2.2 + + -- root Sat, 19 Sep 2020 06:27:18 +0200 + rust-proxmox (0.3.9-1) unstable; urgency=medium * bump api-macro dependency to 0.2.1