Skip to content

Commit e6b4b1b

Browse files
authored
Release 0.18.0
1 parent 06cb34b commit e6b4b1b

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.18.0
2+
3+
- Specfile library now handles multiple `%changelog` sections. (#230)
4+
15
# 0.17.0
26

37
- Added a new `guess_packager()` function that uses similar heuristics as `rpmdev-packager`, meaning that the `Specfile.add_changelog_entry()` method no longer requires `rpmdev-packager` to guess the changelog entry author. (#220)

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.17.0
16+
Version: 0.18.0
1717
Release: 1%{?dist}
1818

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

7272

7373
%changelog
74+
* Fri May 26 2023 Packit Team <[email protected]> - 0.18.0-1
75+
- New upstream release 0.18.0
76+
7477
* Thu May 11 2023 Packit Team <[email protected]> - 0.17.0-1
7578
- New upstream release 0.17.0
7679

0 commit comments

Comments
 (0)