Skip to content

Commit

Permalink
Update the version to 0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msuchane committed Nov 28, 2023
1 parent f8695d6 commit e2e28d3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

## 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).

## Version 0.30.2

* Attempt to fix [#23](https://github.com/msuchane/acorns/issues/23).
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.30.2"
version = "0.31.0"
edition = "2021"
# Check the Rust version using `cargo msrv verify`.
rust-version = "1.70"
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.30.2
Version: 0.31.0
Release: 1%{?dist}
License: GPLv3+
URL: https://github.com/msuchane/acorns
Expand Down

0 comments on commit e2e28d3

Please sign in to comment.