forked from Proxmox/proxmox
apt: bump version to 0.11.0-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
67671399e8
commit
3479a9afe4
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-apt"
|
||||
version = "0.10.10"
|
||||
version = "0.11.0"
|
||||
description = "Proxmox library for APT"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
|
@ -1,3 +1,16 @@
|
||||
rust-proxmox-apt (0.11.0-1) stable; urgency=medium
|
||||
|
||||
* dropped api types, they're moved to proxmox-apt-api-types
|
||||
|
||||
* method implementations for api types are now reachable via Impl traits
|
||||
|
||||
* add 'cache' feature and api functions to manipulate the pat cache state
|
||||
|
||||
* remove the global APTConfig and instead pass the path previously confgured
|
||||
there as parameter
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Mon, 08 Jul 2024 15:19:42 +0200
|
||||
|
||||
rust-proxmox-apt (0.10.10-1) stable; urgency=medium
|
||||
|
||||
* fix #5513: apt: do not assume that sources.list file exists
|
||||
|
@ -49,10 +49,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.10-dev (= ${binary:Version}),
|
||||
librust-proxmox-apt-0.10+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-apt-0.10.10-dev (= ${binary:Version}),
|
||||
librust-proxmox-apt-0.10.10+default-dev (= ${binary:Version})
|
||||
librust-proxmox-apt-0.11-dev (= ${binary:Version}),
|
||||
librust-proxmox-apt-0.11+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-apt-0.11.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-apt-0.11.0+default-dev (= ${binary:Version})
|
||||
Description: Proxmox library for APT - Rust source code
|
||||
Source code for Debianized Rust crate "proxmox-apt"
|
||||
|
||||
@ -69,8 +69,8 @@ Depends:
|
||||
librust-regex-1+default-dev (>= 1.5-~~)
|
||||
Provides:
|
||||
librust-proxmox-apt-0+cache-dev (= ${binary:Version}),
|
||||
librust-proxmox-apt-0.10+cache-dev (= ${binary:Version}),
|
||||
librust-proxmox-apt-0.10.10+cache-dev (= ${binary:Version})
|
||||
librust-proxmox-apt-0.11+cache-dev (= ${binary:Version}),
|
||||
librust-proxmox-apt-0.11.0+cache-dev (= ${binary:Version})
|
||||
Description: Proxmox library for APT - feature "cache"
|
||||
This metapackage enables feature "cache" for the Rust proxmox-apt crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
|
Loading…
Reference in New Issue
Block a user