Skip to content

Commit

Permalink
Update the version to 0.31.1
Browse files Browse the repository at this point in the history
  • Loading branch information
msuchane committed Feb 26, 2024
1 parent d55fc71 commit c67041e
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.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).
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.31.0"
version = "0.31.1"
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.31.0
Version: 0.31.1
Release: 1%{?dist}
License: GPLv3+
URL: https://github.com/msuchane/acorns
Expand Down

0 comments on commit c67041e

Please sign in to comment.