]> git.proxmox.com Git - proxmox.git/commitdiff
bump proxmox to 0.10.2-1
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 5 Feb 2021 11:31:13 +0000 (12:31 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 5 Feb 2021 11:37:11 +0000 (12:37 +0100)
proxmox/Cargo.toml
proxmox/debian/changelog
proxmox/debian/control

index 851b3f90024705a3cfe791a3971a94cde653cc83..1b6280fce9e484bb73542d586c28695bb4031453 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "proxmox"
 edition = "2018"
-version = "0.10.1"
+version = "0.10.2"
 authors = [
     "Dietmar Maurer <dietmar@proxmox.com>",
     "Wolfgang Bumiller <w.bumiller@proxmox.com>",
index 3449c6ab0ba9ba8c15605736d12d2ba43a24c10d..47ef956c91610f05444b534d8676d0c8c40f497c 100644 (file)
@@ -1,3 +1,10 @@
+rust-proxmox (0.10.2-1) unstable; urgency=medium
+
+  * CliCommandMap: add usage_skip_options to suppress options in
+    generate_usage_str()
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 05 Feb 2021 12:27:57 +0100
+
 rust-proxmox (0.10.1-1) unstable; urgency=medium
 
   * cli: improve completion of array arguments
index e293eaba3c0e6ed35cb20f5faae6f4d08f37613b..17aa99d9cac2504041fa48bd11623fc583511df0 100644 (file)
@@ -89,8 +89,8 @@ Provides:
  librust-proxmox-0+test-harness-dev (= ${binary:Version}),
  librust-proxmox-0.10-dev (= ${binary:Version}),
  librust-proxmox-0.10+test-harness-dev (= ${binary:Version}),
- librust-proxmox-0.10.0-dev (= ${binary:Version}),
- librust-proxmox-0.10.0+test-harness-dev (= ${binary:Version})
+ librust-proxmox-0.10.2-dev (= ${binary:Version}),
+ librust-proxmox-0.10.2+test-harness-dev (= ${binary:Version})
 Description: Proxmox library - Rust source code
  This package contains the source for the Rust proxmox crate, packaged by
  debcargo for use with cargo and dh-cargo.
@@ -108,8 +108,8 @@ Provides:
  librust-proxmox-0+proxmox-api-macro-dev (= ${binary:Version}),
  librust-proxmox-0.10+api-macro-dev (= ${binary:Version}),
  librust-proxmox-0.10+proxmox-api-macro-dev (= ${binary:Version}),
- librust-proxmox-0.10.0+api-macro-dev (= ${binary:Version}),
- librust-proxmox-0.10.0+proxmox-api-macro-dev (= ${binary:Version})
+ librust-proxmox-0.10.2+api-macro-dev (= ${binary:Version}),
+ librust-proxmox-0.10.2+proxmox-api-macro-dev (= ${binary:Version})
 Description: Proxmox library - feature "api-macro" and 1 more
  This metapackage enables feature "api-macro" for the Rust proxmox crate, by
  pulling in any additional dependencies needed by that feature.
@@ -129,8 +129,8 @@ Provides:
  librust-proxmox-0+u2f-dev (= ${binary:Version}),
  librust-proxmox-0.10+base32-dev (= ${binary:Version}),
  librust-proxmox-0.10+u2f-dev (= ${binary:Version}),
- librust-proxmox-0.10.0+base32-dev (= ${binary:Version}),
- librust-proxmox-0.10.0+u2f-dev (= ${binary:Version})
+ librust-proxmox-0.10.2+base32-dev (= ${binary:Version}),
+ librust-proxmox-0.10.2+u2f-dev (= ${binary:Version})
 Description: Proxmox library - feature "base32" and 1 more
  This metapackage enables feature "base32" for the Rust proxmox crate, by
  pulling in any additional dependencies needed by that feature.
@@ -150,7 +150,7 @@ Depends:
 Provides:
  librust-proxmox-0+cli-dev (= ${binary:Version}),
  librust-proxmox-0.10+cli-dev (= ${binary:Version}),
- librust-proxmox-0.10.0+cli-dev (= ${binary:Version})
+ librust-proxmox-0.10.2+cli-dev (= ${binary:Version})
 Description: Proxmox library - feature "cli"
  This metapackage enables feature "cli" for the Rust proxmox crate, by pulling
  in any additional dependencies needed by that feature.
@@ -169,7 +169,7 @@ Depends:
 Provides:
  librust-proxmox-0+default-dev (= ${binary:Version}),
  librust-proxmox-0.10+default-dev (= ${binary:Version}),
- librust-proxmox-0.10.0+default-dev (= ${binary:Version})
+ librust-proxmox-0.10.2+default-dev (= ${binary:Version})
 Description: Proxmox library - feature "default"
  This metapackage enables feature "default" for the Rust proxmox crate, by
  pulling in any additional dependencies needed by that feature.
@@ -185,7 +185,7 @@ Depends:
 Provides:
  librust-proxmox-0+examples-dev (= ${binary:Version}),
  librust-proxmox-0.10+examples-dev (= ${binary:Version}),
- librust-proxmox-0.10.0+examples-dev (= ${binary:Version})
+ librust-proxmox-0.10.2+examples-dev (= ${binary:Version})
 Description: Proxmox library - feature "examples"
  This metapackage enables feature "examples" for the Rust proxmox crate, by
  pulling in any additional dependencies needed by that feature.
@@ -200,7 +200,7 @@ Depends:
 Provides:
  librust-proxmox-0+futures-dev (= ${binary:Version}),
  librust-proxmox-0.10+futures-dev (= ${binary:Version}),
- librust-proxmox-0.10.0+futures-dev (= ${binary:Version})
+ librust-proxmox-0.10.2+futures-dev (= ${binary:Version})
 Description: Proxmox library - feature "futures"
  This metapackage enables feature "futures" for the Rust proxmox crate, by
  pulling in any additional dependencies needed by that feature.
@@ -216,7 +216,7 @@ Depends:
 Provides:
  librust-proxmox-0+hyper-dev (= ${binary:Version}),
  librust-proxmox-0.10+hyper-dev (= ${binary:Version}),
- librust-proxmox-0.10.0+hyper-dev (= ${binary:Version})
+ librust-proxmox-0.10.2+hyper-dev (= ${binary:Version})
 Description: Proxmox library - feature "hyper"
  This metapackage enables feature "hyper" for the Rust proxmox crate, by pulling
  in any additional dependencies needed by that feature.
@@ -234,8 +234,8 @@ Provides:
  librust-proxmox-0+tfa-dev (= ${binary:Version}),
  librust-proxmox-0.10+openssl-dev (= ${binary:Version}),
  librust-proxmox-0.10+tfa-dev (= ${binary:Version}),
- librust-proxmox-0.10.0+openssl-dev (= ${binary:Version}),
- librust-proxmox-0.10.0+tfa-dev (= ${binary:Version})
+ librust-proxmox-0.10.2+openssl-dev (= ${binary:Version}),
+ librust-proxmox-0.10.2+tfa-dev (= ${binary:Version})
 Description: Proxmox library - feature "openssl" and 1 more
  This metapackage enables feature "openssl" for the Rust proxmox crate, by
  pulling in any additional dependencies needed by that feature.
@@ -255,8 +255,8 @@ Provides:
  librust-proxmox-0+sortable-macro-dev (= ${binary:Version}),
  librust-proxmox-0.10+proxmox-sortable-macro-dev (= ${binary:Version}),
  librust-proxmox-0.10+sortable-macro-dev (= ${binary:Version}),
- librust-proxmox-0.10.0+proxmox-sortable-macro-dev (= ${binary:Version}),
- librust-proxmox-0.10.0+sortable-macro-dev (= ${binary:Version})
+ librust-proxmox-0.10.2+proxmox-sortable-macro-dev (= ${binary:Version}),
+ librust-proxmox-0.10.2+sortable-macro-dev (= ${binary:Version})
 Description: Proxmox library - feature "proxmox-sortable-macro" and 1 more
  This metapackage enables feature "proxmox-sortable-macro" for the Rust proxmox
  crate, by pulling in any additional dependencies needed by that feature.
@@ -275,7 +275,7 @@ Depends:
 Provides:
  librust-proxmox-0+router-dev (= ${binary:Version}),
  librust-proxmox-0.10+router-dev (= ${binary:Version}),
- librust-proxmox-0.10.0+router-dev (= ${binary:Version})
+ librust-proxmox-0.10.2+router-dev (= ${binary:Version})
 Description: Proxmox library - feature "router"
  This metapackage enables feature "router" for the Rust proxmox crate, by
  pulling in any additional dependencies needed by that feature.
@@ -290,7 +290,7 @@ Depends:
 Provides:
  librust-proxmox-0+tokio-dev (= ${binary:Version}),
  librust-proxmox-0.10+tokio-dev (= ${binary:Version}),
- librust-proxmox-0.10.0+tokio-dev (= ${binary:Version})
+ librust-proxmox-0.10.2+tokio-dev (= ${binary:Version})
 Description: Proxmox library - feature "tokio"
  This metapackage enables feature "tokio" for the Rust proxmox crate, by pulling
  in any additional dependencies needed by that feature.
@@ -305,7 +305,7 @@ Depends:
 Provides:
  librust-proxmox-0+tokio-stream-dev (= ${binary:Version}),
  librust-proxmox-0.10+tokio-stream-dev (= ${binary:Version}),
- librust-proxmox-0.10.0+tokio-stream-dev (= ${binary:Version})
+ librust-proxmox-0.10.2+tokio-stream-dev (= ${binary:Version})
 Description: Proxmox library - feature "tokio-stream"
  This metapackage enables feature "tokio-stream" for the Rust proxmox crate, by
  pulling in any additional dependencies needed by that feature.
@@ -325,7 +325,7 @@ Depends:
 Provides:
  librust-proxmox-0+websocket-dev (= ${binary:Version}),
  librust-proxmox-0.10+websocket-dev (= ${binary:Version}),
- librust-proxmox-0.10.0+websocket-dev (= ${binary:Version})
+ librust-proxmox-0.10.2+websocket-dev (= ${binary:Version})
 Description: Proxmox library - feature "websocket"
  This metapackage enables feature "websocket" for the Rust proxmox crate, by
  pulling in any additional dependencies needed by that feature.