mirror of
https://git.proxmox.com/git/proxmox
synced 2025-07-17 19:51:57 +00:00
bump version to 0.2.0-1
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
This commit is contained in:
parent
8ada17854d
commit
c8f0c006e7
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-apt"
|
||||
version = "0.1.0"
|
||||
version = "0.2.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.2.0-1) unstable; urgency=medium
|
||||
|
||||
* Add functions to check repositories.
|
||||
|
||||
* Add handling of standard Proxmox repositories.
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Wed, 23 Jun 2021 14:57:52 +0200
|
||||
|
||||
rust-proxmox-apt (0.1.0-1) unstable; urgency=medium
|
||||
|
||||
* Initial release.
|
||||
|
8
debian/control
vendored
8
debian/control
vendored
@ -34,10 +34,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.1-dev (= ${binary:Version}),
|
||||
librust-proxmox-apt-0.1+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-apt-0.1.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-apt-0.1.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})
|
||||
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