5
0
mirror of git://git.proxmox.com/git/pxar.git synced 2024-12-22 21:33:50 +03:00

bump version to 0.10.2-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2022-10-27 15:28:22 +02:00
parent 165dcc33a2
commit 29cbeed3e1
2 changed files with 13 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "pxar"
# API broken, next is 0.11.0 (due to `ReadAtImpl` enum variants being made private)
version = "0.10.1"
version = "0.10.2"
authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
edition = "2021"
license = "AGPL-3"

12
debian/changelog vendored
View File

@ -1,3 +1,15 @@
rust-pxar (0.10.2-1) unstable; urgency=medium
* don't hold a temporary buffer mutex accross await point
* fix EntryKind for fifo and sockets in the random accessor
* derive PartialEq on various archive metadata structs
* clippy fixups
-- Proxmox Support Team <support@proxmox.com> Thu, 27 Oct 2022 15:26:54 +0200
rust-pxar (0.10.1-1) unstable; urgency=medium
* add 'contents' and 'content_size' to aio decoder interface