Skip to content

Commit 5b3797c

Browse files
committed
Update the version to 1.0.2
1 parent 39e7dd2 commit 5b3797c

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes
22

3+
## Version 1.0.2
4+
5+
* The subsystem field for Jira can now also handle if a single object is returned from Jira. This is required because the PoolTeam field (array) will be replaced with AssignedTeam (single-value).
6+
37
## Version 0.32.0
48

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

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "acorns"
3-
authors = ["Marek Suchánek <msuchane@redhat.com>"]
4-
version = "1.0.1"
3+
authors = ["Marek Suchánek <msuchane@redhat.com>", "Marc Muehlfeld <mmuehlfeld@redhat.com>"]
4+
version = "1.0.2"
55
edition = "2021"
66
# Check the Rust version using `cargo msrv verify`.
77
rust-version = "1.70"

acorns.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: acorns
22
Summary: Generate an AsciiDoc release notes document from tracking tickets.
3-
Version: 1.0.1
3+
Version: 1.0.2
44
Release: 1%{?dist}
55
License: GPLv3+
66
URL: https://github.com/redhat-documentation/acorns

0 commit comments

Comments
 (0)