mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-25 22:23:21 +00:00
bump version to 0.4.0-1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
ae7e2360b7
commit
4b0935c621
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-apt"
|
||||
version = "0.3.1"
|
||||
version = "0.4.0"
|
||||
authors = [
|
||||
"Fabian Ebner <f.ebner@proxmox.com>",
|
||||
"Proxmox Support Team <support@proxmox.com>",
|
||||
|
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
||||
rust-proxmox-apt (0.4.0-1) unstable; urgency=medium
|
||||
|
||||
* support quote-word parsing for one-line format
|
||||
|
||||
* avoid backtick unicode symbol in string
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Thu, 01 Jul 2021 18:33:12 +0200
|
||||
|
||||
rust-proxmox-apt (0.3.1-1) unstable; urgency=medium
|
||||
|
||||
* standard repos: allow conversion from handle and improve information
|
||||
|
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.3-dev (= ${binary:Version}),
|
||||
librust-proxmox-apt-0.3+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-apt-0.3.1-dev (= ${binary:Version}),
|
||||
librust-proxmox-apt-0.3.1+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})
|
||||
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