]> git.proxmox.com Git - proxmox.git/commitdiff
bump version to 0.1.42-1
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 3 Jul 2020 11:01:00 +0000 (13:01 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 3 Jul 2020 11:01:48 +0000 (13:01 +0200)
proxmox/Cargo.toml
proxmox/debian/changelog

index 184b7a703e3e322db0be49a6da0bf170aa34a297..cc492c6ba63a6f233aeca97b4564af089e8f67dc 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "proxmox"
 edition = "2018"
-version = "0.1.41"
+version = "0.1.42"
 authors = [
     "Dietmar Maurer <dietmar@proxmox.com>",
     "Wolfgang Bumiller <w.bumiller@proxmox.com>",
index 696d8b33b5b15c5c956273f95d772f5a4a084887..3498deb6a3f12ed6265a2a8b4f40832510f9c081 100644 (file)
@@ -1,3 +1,15 @@
+rust-proxmox (0.1.42-1) unstable; urgency=medium
+
+  * tools: add Websocket helper
+
+  * sys/linux: add PTY helper
+
+  * tools: add ByteBuffer
+
+  * cleanup: libc has 'getrandom' since 0.2.59
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 03 Jul 2020 13:00:44 +0200
+
 rust-proxmox (0.1.41-1) unstable; urgency=medium
 
   * api/router: percent decode the components of the uri