compression: bump to 0.2.4-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2024-09-04 15:27:12 +02:00
parent 3d6b3c4786
commit d469463904
4 changed files with 12 additions and 4 deletions

View File

@ -122,7 +122,7 @@ proxmox-api-macro = { version = "1.1.0", path = "proxmox-api-macro" }
proxmox-apt-api-types = { version = "1.0.1", path = "proxmox-apt-api-types" }
proxmox-auth-api = { version = "0.4.0", path = "proxmox-auth-api" }
proxmox-async = { version = "0.4.1", path = "proxmox-async" }
proxmox-compression = { version = "0.2.3", path = "proxmox-compression" }
proxmox-compression = { version = "0.2.4", path = "proxmox-compression" }
proxmox-daemon = { version = "0.1.0", path = "proxmox-daemon" }
proxmox-http = { version = "0.9.2", path = "proxmox-http" }
proxmox-http-error = { version = "0.1.0", path = "proxmox-http-error" }

View File

@ -1,6 +1,6 @@
[package]
name = "proxmox-compression"
version = "0.2.3"
version = "0.2.4"
authors.workspace = true
edition.workspace = true
license.workspace = true

View File

@ -1,3 +1,11 @@
rust-proxmox-compression (0.2.4-1) bookworm; urgency=medium
* make `DeflateDecoderBuilder` and `DeflateEncoderBuilder` public
* add `DeflateEnoderBuilder::flush_window`
-- Proxmox Support Team <support@proxmox.com> Wed, 04 Sep 2024 15:27:06 +0200
rust-proxmox-compression (0.2.3-1) bookworm; urgency=medium
* deflate: add builder pattern to allow configuring the compressor

View File

@ -60,7 +60,7 @@ Provides:
librust-proxmox-compression-0+default-dev (= ${binary:Version}),
librust-proxmox-compression-0.2-dev (= ${binary:Version}),
librust-proxmox-compression-0.2+default-dev (= ${binary:Version}),
librust-proxmox-compression-0.2.3-dev (= ${binary:Version}),
librust-proxmox-compression-0.2.3+default-dev (= ${binary:Version})
librust-proxmox-compression-0.2.4-dev (= ${binary:Version}),
librust-proxmox-compression-0.2.4+default-dev (= ${binary:Version})
Description: Contains compression utilitites (such as an Zip Encoder for async rust) - Rust source code
Source code for Debianized Rust crate "proxmox-compression"