]> git.proxmox.com Git - pxar.git/commitdiff
bump version to 0.6.1-1
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 18 Sep 2020 09:35:35 +0000 (11:35 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 18 Sep 2020 09:35:35 +0000 (11:35 +0200)
Cargo.toml
debian/changelog

index 311e2f95562206e42294b0979f3e3cda01b2c105..f50e838289dcd0968fdcff249b37f797d9b5228a 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "pxar"
-version = "0.6.0"
+version = "0.6.1"
 authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
 edition = "2018"
 license = "AGPL-3"
index 672599c11cd7cbcedf4ce0a411342ac945570c5c..e0864d4a191fb129680dd7c9c035e8384cd4e915 100644 (file)
@@ -1,3 +1,9 @@
+rust-pxar (0.6.1-1) unstable; urgency=medium
+
+  * Decoder<StandardReader<T>>: allow access to input
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 18 Sep 2020 11:34:55 +0200
+
 rust-pxar (0.6.0-1) pve; urgency=medium
 
   * let the encoder's finish() method return the inner writer