Skip to content

Commit 330a128

Browse files
committed
Release 0.8.0
1 parent cf08e61 commit 330a128

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.8.0
2+
3+
- Added `Specfile.update_tag()` method that allows updating tag values while trying to preserve macro expansions. You can watch a demo on [YouTube](https://youtu.be/yzMfBPdFXZY). (#101)
4+
15
# 0.7.0
26

37
- It is now possible to filter changelog entries by specifying lower bound EVR, upper bound EVR or both. (#104)

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

1919
Summary: A library for parsing and manipulating RPM spec files
@@ -69,6 +69,9 @@ sed -i 's/rpm-py-installer/rpm/' setup.cfg
6969

7070

7171
%changelog
72+
* Fri Oct 14 2022 Packit Team <[email protected]> - 0.8.0-1
73+
- New upstream release 0.8.0
74+
7275
* Fri Oct 07 2022 Packit Team <[email protected]> - 0.7.0-1
7376
- New upstream release 0.7.0
7477

0 commit comments

Comments
 (0)