diff --git a/proxmox-api/Cargo.toml b/proxmox-api/Cargo.toml index b4c81485..b7f1859e 100644 --- a/proxmox-api/Cargo.toml +++ b/proxmox-api/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox-api" edition = "2018" -version = "0.1.1" +version = "0.1.2" authors = [ "Wolfgang Bumiller " ] license = "AGPL-3" description = "Proxmox API library" diff --git a/proxmox-api/debian/changelog b/proxmox-api/debian/changelog index 876fc1f3..d3e89ad7 100644 --- a/proxmox-api/debian/changelog +++ b/proxmox-api/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-api (0.1.2-1) unstable; urgency=medium + + * improve generate_usage_str() + + -- Proxmox Support Team Wed, 15 Jan 2020 15:21:40 +0100 + rust-proxmox-api (0.1.1-1) proxmox-rust; urgency=medium * switch packaging to debcargo with local crate support diff --git a/proxmox-tools/Cargo.toml b/proxmox-tools/Cargo.toml index 82133cb7..60e610ea 100644 --- a/proxmox-tools/Cargo.toml +++ b/proxmox-tools/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox-tools" edition = "2018" -version = "0.1.1" +version = "0.1.2" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", diff --git a/proxmox-tools/debian/changelog b/proxmox-tools/debian/changelog index d8260fea..f93f53e7 100644 --- a/proxmox-tools/debian/changelog +++ b/proxmox-tools/debian/changelog @@ -1,4 +1,8 @@ -rust-proxmox-tools (0.1.1-1) proxmox-rust; urgency=medium +rust-proxmox-tools (0.1.2-1) unstable; urgency=medium + + * take a reference to the dirfd in Fd::openat + + * remove accidentally commited debian/files * switch packaging to debcargo with local crate support diff --git a/proxmox/Cargo.toml b/proxmox/Cargo.toml index ba0d6905..042425ea 100644 --- a/proxmox/Cargo.toml +++ b/proxmox/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox" edition = "2018" -version = "0.1.2" +version = "0.1.3" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", @@ -12,10 +12,10 @@ description = "Proxmox library" exclude = [ "debian" ] [dependencies] -proxmox-api = { path = "../proxmox-api", default-features = false, version = "0.1.1" } +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.1" } -proxmox-tools = { path = "../proxmox-tools", version = "0.1.1" } +proxmox-tools = { path = "../proxmox-tools", version = "0.1.2" } proxmox-sortable-macro = { path = "../proxmox-sortable-macro", optional = true, version = "0.1.0" } [features] diff --git a/proxmox/debian/changelog b/proxmox/debian/changelog index d617d226..70823ad5 100644 --- a/proxmox/debian/changelog +++ b/proxmox/debian/changelog @@ -1,3 +1,13 @@ +rust-proxmox (0.1.3-1) unstable; urgency=medium + + * proxmox-tools: bump to 0.1.2 + + * proxmox-api: bump to 0.1.2 + + * bump proxmox-sys to 0.1.2 + + -- Proxmox Support Team Wed, 15 Jan 2020 15:32:29 +0100 + rust-proxmox (0.1.2-1) proxmox-rust; urgency=medium * switch packaging to debcargo with local crate support