forked from Proxmox/proxmox
bump version to 0.5.0-1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
5581858b30
commit
7d88081e0d
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-apt"
|
||||
version = "0.4.0"
|
||||
version = "0.5.0"
|
||||
authors = [
|
||||
"Fabian Ebner <f.ebner@proxmox.com>",
|
||||
"Proxmox Support Team <support@proxmox.com>",
|
||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
rust-proxmox-apt (0.5.0-1) unstable; urgency=medium
|
||||
|
||||
* standard repo detection: handle alternative URI for PVE repos
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Fri, 16 Jul 2021 16:19:06 +0200
|
||||
|
||||
rust-proxmox-apt (0.4.0-1) unstable; urgency=medium
|
||||
|
||||
* support quote-word parsing for one-line format
|
||||
|
8
debian/control
vendored
8
debian/control
vendored
@ -36,10 +36,10 @@ Provides:
|
||||
librust-proxmox-apt+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-apt-0-dev (= ${binary:Version}),
|
||||
librust-proxmox-apt-0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-apt-0.4-dev (= ${binary:Version}),
|
||||
librust-proxmox-apt-0.4+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-apt-0.4.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-apt-0.4.0+default-dev (= ${binary:Version})
|
||||
librust-proxmox-apt-0.5-dev (= ${binary:Version}),
|
||||
librust-proxmox-apt-0.5+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-apt-0.5.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-apt-0.5.0+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.
|
||||
|
Loading…
Reference in New Issue
Block a user