diff --git a/proxmox-sys/Cargo.toml b/proxmox-sys/Cargo.toml index 3b4571fa..659d85d8 100644 --- a/proxmox-sys/Cargo.toml +++ b/proxmox-sys/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox-sys" edition = "2018" -version = "0.1.2" +version = "0.1.3" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", diff --git a/proxmox-sys/debian/changelog b/proxmox-sys/debian/changelog index 01b8dd21..60add474 100644 --- a/proxmox-sys/debian/changelog +++ b/proxmox-sys/debian/changelog @@ -1,3 +1,11 @@ +rust-proxmox-sys (0.1.3-1) proxmox-rust; urgency=medium + + * rename PidStat::read_for_pid -> read_from_pid + + * sys: drop deprecated items + + -- Proxmox Support Team Thu, 16 Jan 2020 11:34:14 +0100 + rust-proxmox-sys (0.1.2-1) proxmox-rust; urgency=medium * Add helper macros for ffi code: c_try, c_result, io_bail, io_bail_last, diff --git a/proxmox/Cargo.toml b/proxmox/Cargo.toml index 7d20da41..fb842f45 100644 --- a/proxmox/Cargo.toml +++ b/proxmox/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox" edition = "2018" -version = "0.1.3" +version = "0.1.4" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", @@ -14,7 +14,7 @@ exclude = [ "debian" ] [dependencies] proxmox-api = { path = "../proxmox-api", default-features = false, version = "0.1.2" } proxmox-api-macro = { path = "../proxmox-api-macro", optional = true, version = "0.1.1" } -proxmox-sys = { path = "../proxmox-sys", version = "0.1.2" } +proxmox-sys = { path = "../proxmox-sys", version = "0.1.3" } proxmox-tools = { path = "../proxmox-tools", version = "0.1.2" } proxmox-sortable-macro = { path = "../proxmox-sortable-macro", optional = true, version = "0.1.0" } diff --git a/proxmox/debian/changelog b/proxmox/debian/changelog index 70823ad5..c4c33fce 100644 --- a/proxmox/debian/changelog +++ b/proxmox/debian/changelog @@ -1,3 +1,11 @@ +rust-proxmox (0.1.4-1) unstable; urgency=medium + + * sys: rename PidStat::read_for_pid -> read_from_pid + + * sys: drop deprecated items + + -- Proxmox Support Team Thu, 16 Jan 2020 11:34:29 +0100 + rust-proxmox (0.1.3-1) unstable; urgency=medium * proxmox-tools: bump to 0.1.2