From c67041e5a4028200f457695d9fd4f386ac94251b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Such=C3=A1nek?= Date: Mon, 26 Feb 2024 18:31:18 +0100 Subject: [PATCH] Update the version to 0.31.1 --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- acorns.spec | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bb24e4..173799d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changes +## Version 0.31.1 + +* Fixes and minor improvements to the example configuration files. +* A nicer info message about the switched target releases. + ## Version 0.31.0 * More accurately parse and report target releases. If the second most common release in the project is more recent than the first most common, assume that the second release is the active one. [#13](https://github.com/msuchane/acorns/issues/13). diff --git a/Cargo.lock b/Cargo.lock index a47358d..96cf824 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "acorns" -version = "0.31.0" +version = "0.31.1" dependencies = [ "askama", "bpaf", diff --git a/Cargo.toml b/Cargo.toml index 3e675d7..e3f9084 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "acorns" authors = ["Marek Suchánek "] -version = "0.31.0" +version = "0.31.1" edition = "2021" # Check the Rust version using `cargo msrv verify`. rust-version = "1.70" diff --git a/acorns.spec b/acorns.spec index ef60efc..1c96d46 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.0 +Version: 0.31.1 Release: 1%{?dist} License: GPLv3+ URL: https://github.com/msuchane/acorns