mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-05 04:26:30 +00:00
bump package versions
This commit is contained in:
parent
4dc4bb91ad
commit
dc40196c32
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "proxmox-api"
|
||||
edition = "2018"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
authors = [ "Wolfgang Bumiller <w.bumiller@proxmox.com>" ]
|
||||
license = "AGPL-3"
|
||||
description = "Proxmox API library"
|
||||
|
@ -1,3 +1,9 @@
|
||||
rust-proxmox-api (0.1.2-1) unstable; urgency=medium
|
||||
|
||||
* improve generate_usage_str()
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> 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
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "proxmox-tools"
|
||||
edition = "2018"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
authors = [
|
||||
"Dietmar Maurer <dietmar@proxmox.com>",
|
||||
"Wolfgang Bumiller <w.bumiller@proxmox.com>",
|
||||
|
@ -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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "proxmox"
|
||||
edition = "2018"
|
||||
version = "0.1.2"
|
||||
version = "0.1.3"
|
||||
authors = [
|
||||
"Dietmar Maurer <dietmar@proxmox.com>",
|
||||
"Wolfgang Bumiller <w.bumiller@proxmox.com>",
|
||||
@ -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]
|
||||
|
@ -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 <support@proxmox.com> 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
|
||||
|
Loading…
Reference in New Issue
Block a user