bump version to 0.3.1-1

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-06-30 20:42:57 +02:00
parent 34074c1b80
commit fd99aa062e
3 changed files with 9 additions and 3 deletions

View File

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

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
rust-proxmox-apt (0.3.1-1) unstable; urgency=medium
* standard repos: allow conversion from handle and improve information
-- Proxmox Support Team <support@proxmox.com> Wed, 30 Jun 2021 20:42:52 +0200
rust-proxmox-apt (0.3.0-1) unstable; urgency=medium
* add get_cached_origin method and an initial config module

4
debian/control vendored
View File

@ -38,8 +38,8 @@ Provides:
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.0-dev (= ${binary:Version}),
librust-proxmox-apt-0.3.0+default-dev (= ${binary:Version})
librust-proxmox-apt-0.3.1-dev (= ${binary:Version}),
librust-proxmox-apt-0.3.1+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.