diff --git a/CHANGELOG.md b/CHANGELOG.md index 586c205..f356ca0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changes +## Version 0.30.0 + +* You can attach a footnote to explain why private ticket IDs contain no links ([#24](https://github.com/msuchane/acorns/issues/24)). + ## Version 0.29.0 * Jira tickets can now have clickable links if the ticket is public. diff --git a/Cargo.lock b/Cargo.lock index d0dcc0a..3660c9e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "acorns" -version = "0.29.0" +version = "0.30.0" dependencies = [ "askama", "bpaf", diff --git a/Cargo.toml b/Cargo.toml index 9236641..a4bdc12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "acorns" authors = ["Marek Suchánek "] -version = "0.29.0" +version = "0.30.0" edition = "2021" # Check the Rust version using `cargo msrv verify`. rust-version = "1.67" diff --git a/acorns.spec b/acorns.spec index 527108d..9207f47 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.29.0 +Version: 0.30.0 Release: 1%{?dist} License: GPLv3+ URL: https://github.com/msuchane/acorns