From 1987ae482a01f3e87842256a8058ee16356e0153 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Such=C3=A1nek?= Date: Wed, 20 Mar 2024 13:37:35 +0100 Subject: [PATCH] Update the version to 0.32.0 --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- acorns.spec | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 173799d..feeebad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changes +## Version 0.32.0 + +* Enable Team as an alternative Subsystems field structure (RHELDOCS-17810). The field structure is: + + ``` + Team { name: string, id: number } + ``` + ## Version 0.31.1 * Fixes and minor improvements to the example configuration files. diff --git a/Cargo.lock b/Cargo.lock index 96cf824..4a4af2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "acorns" -version = "0.31.1" +version = "0.32.0" dependencies = [ "askama", "bpaf", diff --git a/Cargo.toml b/Cargo.toml index e3f9084..ff27679 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "acorns" authors = ["Marek Suchánek "] -version = "0.31.1" +version = "0.32.0" edition = "2021" # Check the Rust version using `cargo msrv verify`. rust-version = "1.70" diff --git a/acorns.spec b/acorns.spec index 1c96d46..8339f26 100644 --- a/acorns.spec +++ b/acorns.spec @@ -1,6 +1,6 @@ Name: acorns Summary: Generate an AsciiDoc release notes document from tracking tickets. -Version: 0.31.1 +Version: 0.32.0 Release: 1%{?dist} License: GPLv3+ URL: https://github.com/msuchane/acorns