bump version to 0.3.0-1

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-06-30 13:29:35 +02:00
parent 082c868535
commit 47c2c350b4
3 changed files with 15 additions and 5 deletions

View File

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

10
debian/changelog vendored
View File

@ -1,3 +1,13 @@
rust-proxmox-apt (0.3.0-1) unstable; urgency=medium
* add get_cached_origin method and an initial config module
* check: return 'origin' property instead of 'badge' for official host
* standard repos: drop product acronym from repo name
-- Proxmox Support Team <support@proxmox.com> Wed, 30 Jun 2021 13:29:13 +0200
rust-proxmox-apt (0.2.0-1) unstable; urgency=medium
* Add functions to check repositories.

8
debian/control vendored
View File

@ -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.2-dev (= ${binary:Version}),
librust-proxmox-apt-0.2+default-dev (= ${binary:Version}),
librust-proxmox-apt-0.2.0-dev (= ${binary:Version}),
librust-proxmox-apt-0.2.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.0-dev (= ${binary:Version}),
librust-proxmox-apt-0.3.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.