]> git.proxmox.com Git - proxmox.git/commitdiff
bump proxmox-rest-server to 0.2.2-1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 10 Feb 2023 09:35:24 +0000 (10:35 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 10 Feb 2023 09:42:40 +0000 (10:42 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox-rest-server/Cargo.toml
proxmox-rest-server/debian/changelog
proxmox-rest-server/debian/control

index 9177dce5616b93fa969fdd31f37b8433d9560169..6f7495530acbf4dab5778650db2ae7853a96484d 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-rest-server"
-version = "0.2.1"
+version = "0.2.2"
 authors.workspace = true
 edition.workspace = true
 license.workspace = true
index d393928f0843a69632896e85914d56f9488794c5..680a2c9b213f48c23bc52cebaccc7850e0e1206f 100644 (file)
@@ -1,3 +1,9 @@
+rust-proxmox-rest-server (0.2.2-1) stable; urgency=medium
+
+  * add handle_worker
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 10 Feb 2023 10:33:51 +0100
+
 rust-proxmox-rest-server (0.2.1-1) stable; urgency=medium
 
   * update to OwnedFd
index e9734c8d421f17d3cbbcf5c1e0fd0b16cc3cf5b5..5a0022fa01b3260a4272a5f97938208b73949358 100644 (file)
@@ -98,8 +98,8 @@ Provides:
  librust-proxmox-rest-server-0+default-dev (= ${binary:Version}),
  librust-proxmox-rest-server-0.2-dev (= ${binary:Version}),
  librust-proxmox-rest-server-0.2+default-dev (= ${binary:Version}),
- librust-proxmox-rest-server-0.2.1-dev (= ${binary:Version}),
- librust-proxmox-rest-server-0.2.1+default-dev (= ${binary:Version})
+ librust-proxmox-rest-server-0.2.2-dev (= ${binary:Version}),
+ librust-proxmox-rest-server-0.2.2+default-dev (= ${binary:Version})
 Description: REST server implementation - Rust source code
  This package contains the source for the Rust proxmox-rest-server crate,
  packaged by debcargo for use with cargo and dh-cargo.