]> git.proxmox.com Git - pxar.git/commitdiff
bump version to 0.6.0-1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 27 Aug 2020 10:12:42 +0000 (12:12 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 27 Aug 2020 10:12:42 +0000 (12:12 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Cargo.toml
debian/changelog

index dcc0736cb99625dd5004a16ba08868c81ebbdfb8..311e2f95562206e42294b0979f3e3cda01b2c105 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "pxar"
-version = "0.5.0"
+version = "0.6.0"
 authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
 edition = "2018"
 license = "AGPL-3"
index ceebcd6663b50e49fcd679e08b11cebb2edd9813..672599c11cd7cbcedf4ce0a411342ac945570c5c 100644 (file)
@@ -1,3 +1,12 @@
+rust-pxar (0.6.0-1) pve; urgency=medium
+
+  * let the encoder's finish() method return the inner writer
+
+  * add `into_writer()` encoder method to "cancel" a directory and get the
+    writer without finishing up the goodbye table
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 27 Aug 2020 12:11:39 +0200
+
 rust-pxar (0.5.0-2) pve; urgency=medium
 
   * packaging fixup