Skip to content

Commit

Permalink
Update the version to 0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msuchane committed Mar 20, 2024
1 parent db325ba commit 1987ae4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changes

## Version 0.32.0

* Enable Team as an alternative Subsystems field structure (RHELDOCS-17810). The field structure is:

```
Team { name: string, id: number }
```

## Version 0.31.1

* Fixes and minor improvements to the example configuration files.
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.1"
version = "0.32.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.31.1
Version: 0.32.0
Release: 1%{?dist}
License: GPLv3+
URL: https://github.com/msuchane/acorns
Expand Down

0 comments on commit 1987ae4

Please sign in to comment.