mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-05 07:35:15 +00:00
bump version to 0.3.0-1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
082c868535
commit
47c2c350b4
@ -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
10
debian/changelog
vendored
@ -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
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.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.
|
||||
|
Loading…
Reference in New Issue
Block a user