Skip to content

Commit

Permalink
Update the version to 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msuchane committed Oct 26, 2023
1 parent 9951192 commit 2720cc2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changes

## Version 0.29.0

* Jira tickets can now have clickable links if the ticket is public.
* You can set a Jira project as private to disable links to it.

## Version 0.28.7

* In the status table, list the ticket's resolution next to its status if the ticket is closed.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "acorns"
authors = ["Marek Suchánek <[email protected]>"]
version = "0.28.8"
version = "0.29.0"
edition = "2021"
# Check the Rust version using `cargo msrv verify`.
rust-version = "1.67"
Expand Down
2 changes: 1 addition & 1 deletion acorns.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: acorns
Summary: Generate an AsciiDoc release notes document from tracking tickets.
Version: 0.28.8
Version: 0.29.0
Release: 1%{?dist}
License: GPLv3+
URL: https://github.com/msuchane/acorns
Expand Down

0 comments on commit 2720cc2

Please sign in to comment.