section-config: bump to 2.1.1-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2024-08-13 14:11:21 +02:00
parent 61d2eb891e
commit 9923f29622
3 changed files with 9 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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"