Skip to content

Commit df62e21

Browse files
committed
Release 0.3.0
Signed-off-by: Nikola Forró <[email protected]>
1 parent ca7fd22 commit df62e21

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 0.3.0
2+
3+
- Made `Sources` a `MutableSequence` (#36)
4+
- Started using consistent terminology for source numbers and added the option to insert a source with a specific number (#47)
5+
- Added support for implicit source numbering (#48)
6+
- Documented sources and `%prep` macros in README (#49)
7+
- Implemented high-level manipulation of version and release (#54)
8+
- Added support for `%autochangelog` (#56)
9+
- Added `remote` property to sources and enabled addition of `Sources` (#59)
10+
- Implemented mid-level manipulation of `%prep` section, including modification of `%prep` macros (#37, #52)
11+
112
# 0.2.0
213

314
- Enabled Zuul CI (#8)

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.2.0
8+
Version: 0.3.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+
* Tue May 10 2022 Nikola Forró <[email protected]> - 0.3.0-1
64+
- New upstream release 0.3.0
65+
6366
* Wed Mar 30 2022 Nikola Forró <[email protected]> - 0.2.0-1
6467
- New upstream release 0.2.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.2.0
8+
Version: 0.3.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+
* Tue May 10 2022 Nikola Forró <[email protected]> - 0.3.0-1
61+
- New upstream release 0.3.0
62+
6063
* Wed Mar 30 2022 Nikola Forró <[email protected]> - 0.2.0-1
6164
- New upstream release 0.2.0
6265

0 commit comments

Comments
 (0)