Skip to content

Commit 55b94b5

Browse files
majamassarininforro
andcommitted
Release 0.19.0
Co-authored-by: Nikola Forró <[email protected]>
1 parent d6b746d commit 55b94b5

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.19.0
2+
3+
- Parsing has been optimized so that even spec files with hundreds of thousands of lines can be processed in reasonable time. (#240)
4+
15
# 0.18.0
26

37
- Specfile library now handles multiple `%changelog` sections. (#230)

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.18.0
16+
Version: 0.19.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 Jun 22 2023 Packit Team <[email protected]> - 0.19.0-1
75+
- New upstream release 0.19.0
76+
7477
* Fri May 26 2023 Packit Team <[email protected]> - 0.18.0-1
7578
- New upstream release 0.18.0
7679

0 commit comments

Comments
 (0)