Skip to content

Commit e4f80e5

Browse files
committed
Release 0.5.0
Signed-off-by: Nikola Forró <[email protected]>
1 parent ac1113f commit e4f80e5

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 0.5.0
2+
3+
- Strict optional typing is now enforced (#68)
4+
- Fixed deduplication of tag names (#69)
5+
- Sources and patches can now be removed by number (#69)
6+
- Number of digits in a source number is now expressed the same way as packit does it (#69)
7+
- Empty lines are now compressed when deleting tags (#69)
8+
- Added convenience property for getting texts of tag comments (#69)
9+
- Added convenience method for adding a patch (#69)
10+
111
# 0.4.0
212

313
- Added convenience properties for most used tags (#63)

epel/python-specfile.spec

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

66

77
Name: python-specfile
8-
Version: 0.4.0
8+
Version: 0.5.0
99
Release: 1%{?dist}
1010

1111
Summary: A library for parsing and manipulating RPM spec files
@@ -60,6 +60,9 @@ rm -rf specfile.egg-info
6060

6161

6262
%changelog
63+
* Thu Jul 21 2022 Nikola Forró <[email protected]> - 0.5.0-1
64+
- New upstream release 0.5.0
65+
6366
* Thu Jun 16 2022 Nikola Forró <[email protected]> - 0.4.0-1
6467
- New upstream release 0.4.0
6568

fedora/python-specfile.spec

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

66

77
Name: python-specfile
8-
Version: 0.4.0
8+
Version: 0.5.0
99
Release: 1%{?dist}
1010

1111
Summary: A library for parsing and manipulating RPM spec files
@@ -57,6 +57,9 @@ Summary: %{summary}
5757

5858

5959
%changelog
60+
* Thu Jul 21 2022 Nikola Forró <[email protected]> - 0.5.0-1
61+
- New upstream release 0.5.0
62+
6063
* Thu Jun 16 2022 Nikola Forró <[email protected]> - 0.4.0-1
6164
- New upstream release 0.4.0
6265

0 commit comments

Comments
 (0)