mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-03 23:45:58 +00:00
bump version to 0.9.0-1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
72dc88fb71
commit
1148b795f3
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-apt"
|
||||
version = "0.8.1"
|
||||
version = "0.9.0"
|
||||
authors = [
|
||||
"Fabian Ebner <f.ebner@proxmox.com>",
|
||||
"Proxmox Support Team <support@proxmox.com>",
|
||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
rust-proxmox-apt (0.9.0-1) stable; urgency=medium
|
||||
|
||||
* AptRepositoryFile: make path optional
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Thu, 21 Jul 2022 13:25:20 +0200
|
||||
|
||||
rust-proxmox-apt (0.8.1-1) stable; urgency=medium
|
||||
|
||||
* upgrade to 2021 edition
|
||||
|
8
debian/control
vendored
8
debian/control
vendored
@ -42,10 +42,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.8-dev (= ${binary:Version}),
|
||||
librust-proxmox-apt-0.8+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-apt-0.8.1-dev (= ${binary:Version}),
|
||||
librust-proxmox-apt-0.8.1+default-dev (= ${binary:Version})
|
||||
librust-proxmox-apt-0.9-dev (= ${binary:Version}),
|
||||
librust-proxmox-apt-0.9+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-apt-0.9.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-apt-0.9.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