]> git.proxmox.com Git - pxar.git/commitdiff
bump version to 0.9.0-1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 17 Feb 2021 08:54:38 +0000 (09:54 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 17 Feb 2021 08:54:38 +0000 (09:54 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Cargo.toml
debian/changelog

index f6ae4fcac0229d8700b542923253ed92f180a035..a9c7f5c6ac571be443625841bd6fbf11f6a3580b 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "pxar"
-version = "0.8.0"
+version = "0.9.0"
 authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
 edition = "2018"
 license = "AGPL-3"
index 9953e9c2792371f19f1759fa4a3f0bf71ef830ed..7f4bf0d8cdd338e0cb95828bfe6f04db2a239c89 100644 (file)
@@ -1,3 +1,10 @@
+rust-pxar (0.9.0-1) unstable; urgency=medium
+
+  * Nesting now doesn't use trait objects but non-stacking borrows, therefore
+    they get the type parameter passed along, which is a major API change.
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 17 Feb 2021 09:53:21 +0100
+
 rust-pxar (0.8.0-1) unstable; urgency=medium
 
   * fix method naming: `from_futures` -> `from_tokio`