section-config: bump to 2.1.1-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
61d2eb891e
commit
9923f29622
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-section-config"
|
||||
version = "2.1.0"
|
||||
version = "2.1.1"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
@ -1,3 +1,9 @@
|
||||
rust-proxmox-section-config (2.1.1-1) UNRELEASED; urgency=medium
|
||||
|
||||
* make typed data usable with `.with_type_key()`
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Tue, 13 Aug 2024 14:10:59 +0200
|
||||
|
||||
rust-proxmox-section-config (2.1.0-1) bookworm; urgency=medium
|
||||
|
||||
* add an experimental `typed` submodule for typed enums for section configs
|
||||
|
@ -36,7 +36,7 @@ Provides:
|
||||
librust-proxmox-section-config-2+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-section-config-2.1-dev (= ${binary:Version}),
|
||||
librust-proxmox-section-config-2.1+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-section-config-2.1.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-section-config-2.1.0+default-dev (= ${binary:Version})
|
||||
librust-proxmox-section-config-2.1.1-dev (= ${binary:Version}),
|
||||
librust-proxmox-section-config-2.1.1+default-dev (= ${binary:Version})
|
||||
Description: Proxmox schema based section config format parsing - Rust source code
|
||||
Source code for Debianized Rust crate "proxmox-section-config"
|
||||
|
Loading…
Reference in New Issue
Block a user