Skip to content

Commit 4a0f6ac

Browse files
committed
Release 0.17.0
1 parent 4acdb83 commit 4a0f6ac

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.17.0
2+
3+
- 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)
4+
- The `Specfile.add_changelog_entry()` method now uses dates based on UTC instead of the local timezone. (#223)
5+
16
# 0.16.0
27

38
- Added `Specfile.has_autorelease` property to detect if a spec file uses the `%autorelease` macro. (#221)

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.16.0
16+
Version: 0.17.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+
* Thu May 11 2023 Packit Team <[email protected]> - 0.17.0-1
75+
- New upstream release 0.17.0
76+
7477
* Thu Apr 20 2023 Packit Team <[email protected]> - 0.16.0-1
7578
- New upstream release 0.16.0
7679

0 commit comments

Comments
 (0)