Skip to content

Commit 15be0ab

Browse files
Release 0.16.0 (#222)
Release 0.16.0 Update the changelog and the specfile for release 0.16.0. Reviewed-by: Matej Focko Reviewed-by: Nikola Forró Reviewed-by: Laura Barcziová
2 parents deaf056 + ad40d7c commit 15be0ab

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.16.0
2+
3+
- Added `Specfile.has_autorelease` property to detect if a spec file uses the `%autorelease` macro. (#221)
4+
15
# 0.15.0
26

37
- Parsing the spec file by RPM is now performed only if really necessary, greatly improving performance in certain scenarios. (#212)

fedora/python-specfile.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ in a minimal diff.}
1313

1414

1515
Name: python-specfile
16-
Version: 0.15.0
16+
Version: 0.16.0
1717
Release: 1%{?dist}
1818

1919
Summary: A library for parsing and manipulating RPM spec files
@@ -67,6 +67,9 @@ Summary: %{summary}
6767

6868

6969
%changelog
70+
* Thu Apr 20 2023 Packit Team <[email protected]> - 0.16.0-1
71+
- New upstream release 0.16.0
72+
7073
* Fri Mar 10 2023 Packit Team <[email protected]> - 0.15.0-1
7174
- New upstream release 0.15.0
7275

0 commit comments

Comments
 (0)