]> git.proxmox.com Git - proxmox.git/commitdiff
bump proxmox-client to 0.2.2-1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 25 Aug 2023 06:37:25 +0000 (08:37 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 25 Aug 2023 06:37:25 +0000 (08:37 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox-client/Cargo.toml
proxmox-client/debian/changelog
proxmox-client/debian/control

index 12414ea6d26d03fa75b84a02b7ed9fe0207b8084..9f8deb301977aea4e88ab2ad9555f21dc68e6efb 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-client"
-version = "0.2.1"
+version = "0.2.2"
 description = "Base client for proxmox APIs for handling login and ticket renewal"
 authors.workspace = true
 license.workspace = true
index 31d597cce56707a76f1f0ba527dc0560c9d163bc..8e1ff0901dca651147ab2de44096168fcb054ca4 100644 (file)
@@ -1,3 +1,9 @@
+rust-proxmox-client (0.2.2-1) bookworm; urgency=medium
+
+  * fix parsing content types with charsets
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 25 Aug 2023 08:36:55 +0200
+
 rust-proxmox-client (0.2.1-1) bookworm; urgency=medium
 
   * expose `AuthenticationKind`
index d073a2a729ab3cf8f6805cb3472380ae5fcb5475..f3b196d3ce7ea60c8b4519ea6e1c98196b0f9edb 100644 (file)
@@ -57,8 +57,8 @@ Provides:
  librust-proxmox-client-0+default-dev (= ${binary:Version}),
  librust-proxmox-client-0.2-dev (= ${binary:Version}),
  librust-proxmox-client-0.2+default-dev (= ${binary:Version}),
- librust-proxmox-client-0.2.1-dev (= ${binary:Version}),
- librust-proxmox-client-0.2.1+default-dev (= ${binary:Version})
+ librust-proxmox-client-0.2.2-dev (= ${binary:Version}),
+ librust-proxmox-client-0.2.2+default-dev (= ${binary:Version})
 Description: Base client for proxmox APIs for handling login and ticket renewal - Rust source code
  This package contains the source for the Rust proxmox-client crate, packaged by
  debcargo for use with cargo and dh-cargo.
@@ -77,7 +77,7 @@ Depends:
 Provides:
  librust-proxmox-client-0+hyper-client-dev (= ${binary:Version}),
  librust-proxmox-client-0.2+hyper-client-dev (= ${binary:Version}),
- librust-proxmox-client-0.2.1+hyper-client-dev (= ${binary:Version})
+ librust-proxmox-client-0.2.2+hyper-client-dev (= ${binary:Version})
 Description: Base client for proxmox APIs for handling login and ticket renewal - feature "hyper-client"
  This metapackage enables feature "hyper-client" for the Rust proxmox-client
  crate, by pulling in any additional dependencies needed by that feature.
@@ -94,7 +94,7 @@ Depends:
 Provides:
  librust-proxmox-client-0+webauthn-dev (= ${binary:Version}),
  librust-proxmox-client-0.2+webauthn-dev (= ${binary:Version}),
- librust-proxmox-client-0.2.1+webauthn-dev (= ${binary:Version})
+ librust-proxmox-client-0.2.2+webauthn-dev (= ${binary:Version})
 Description: Base client for proxmox APIs for handling login and ticket renewal - feature "webauthn"
  This metapackage enables feature "webauthn" for the Rust proxmox-client crate,
  by pulling in any additional dependencies needed by that feature.