bump version to 0.9.3-1

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-10-19 16:17:16 +02:00
parent b522722d9c
commit 8a7a719aec
3 changed files with 11 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "proxmox-apt"
version = "0.9.2"
version = "0.9.3"
authors = [
"Fabian Ebner <f.ebner@proxmox.com>",
"Proxmox Support Team <support@proxmox.com>",

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
rust-proxmox-apt (0.9.3-1) stable; urgency=medium
* packages file: add section field
* deb822: source index support
-- Proxmox Support Team <support@proxmox.com> Wed, 19 Oct 2022 16:17:11 +0200
rust-proxmox-apt (0.9.2-1) stable; urgency=medium
* release: add Commands file reference type

4
debian/control vendored
View File

@ -44,8 +44,8 @@ Provides:
librust-proxmox-apt-0+default-dev (= ${binary:Version}),
librust-proxmox-apt-0.9-dev (= ${binary:Version}),
librust-proxmox-apt-0.9+default-dev (= ${binary:Version}),
librust-proxmox-apt-0.9.2-dev (= ${binary:Version}),
librust-proxmox-apt-0.9.2+default-dev (= ${binary:Version})
librust-proxmox-apt-0.9.3-dev (= ${binary:Version}),
librust-proxmox-apt-0.9.3+default-dev (= ${binary:Version})
Description: Proxmox library for APT - Rust source code
This package contains the source for the Rust proxmox-apt crate, packaged by
debcargo for use with cargo and dh-cargo.