apt-api-types: bump version to 1.0.1-1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
79f2b89d29
commit
301e268fc4
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-apt-api-types"
|
||||
version = "1.0.0"
|
||||
version = "1.0.1"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
@ -1,3 +1,9 @@
|
||||
rust-proxmox-apt-api-types (1.0.1-1) bookworm; urgency=medium
|
||||
|
||||
* fix backward compatibility by encoding digest as array
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Wed, 17 Jul 2024 09:52:37 +0200
|
||||
|
||||
rust-proxmox-apt-api-types (1.0.0-1) bookworm; urgency=medium
|
||||
|
||||
* initial release
|
||||
|
@ -36,7 +36,7 @@ Provides:
|
||||
librust-proxmox-apt-api-types-1+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-apt-api-types-1.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-apt-api-types-1.0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-apt-api-types-1.0.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-apt-api-types-1.0.0+default-dev (= ${binary:Version})
|
||||
librust-proxmox-apt-api-types-1.0.1-dev (= ${binary:Version}),
|
||||
librust-proxmox-apt-api-types-1.0.1+default-dev (= ${binary:Version})
|
||||
Description: APT API type definitions - Rust source code
|
||||
Source code for Debianized Rust crate "proxmox-apt-api-types"
|
||||
|
Loading…
Reference in New Issue
Block a user