From 79e711629dcec69d317b0aa84fc174bb723dbb9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Such=C3=A1nek?= Date: Thu, 7 Sep 2023 17:18:46 +0200 Subject: [PATCH] Update the version to 0.28.7 --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- acorns.spec | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b037e86..cd491e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changes +## Version 0.28.7 + +* In the status table, list the ticket's resolution next to its status if the ticket is closed. + ## Version 0.28.6 * Use the Jira issue key rather than ID in an error message. The ID is a Jira internal code, whereas the key is the human-readable code that we use in release notes. diff --git a/Cargo.lock b/Cargo.lock index a928b70..63bec70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "acorns" -version = "0.28.6" +version = "0.28.7" dependencies = [ "askama", "bpaf", diff --git a/Cargo.toml b/Cargo.toml index d5ce9d8..29633a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "acorns" authors = ["Marek Suchánek "] -version = "0.28.6" +version = "0.28.7" edition = "2021" # Check the Rust version using `cargo msrv verify`. rust-version = "1.67" diff --git a/acorns.spec b/acorns.spec index 9b45158..7396ab2 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.28.6 +Version: 0.28.7 Release: 1%{?dist} License: GPLv3+ URL: https://github.com/msuchane/acorns