Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Nikola Forró <[email protected]>
  • Loading branch information
nforro committed May 13, 2022
1 parent ca7fd22 commit df62e21
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 0.3.0

- Made `Sources` a `MutableSequence` (#36)
- Started using consistent terminology for source numbers and added the option to insert a source with a specific number (#47)
- Added support for implicit source numbering (#48)
- Documented sources and `%prep` macros in README (#49)
- Implemented high-level manipulation of version and release (#54)
- Added support for `%autochangelog` (#56)
- Added `remote` property to sources and enabled addition of `Sources` (#59)
- Implemented mid-level manipulation of `%prep` section, including modification of `%prep` macros (#37, #52)

# 0.2.0

- Enabled Zuul CI (#8)
Expand Down
5 changes: 4 additions & 1 deletion epel/python-specfile.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ in a minimal diff.}


Name: python-specfile
Version: 0.2.0
Version: 0.3.0
Release: 1%{?dist}

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


%changelog
* Tue May 10 2022 Nikola Forró <[email protected]> - 0.3.0-1
- New upstream release 0.3.0

* Wed Mar 30 2022 Nikola Forró <[email protected]> - 0.2.0-1
- New upstream release 0.2.0

Expand Down
5 changes: 4 additions & 1 deletion fedora/python-specfile.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ in a minimal diff.}


Name: python-specfile
Version: 0.2.0
Version: 0.3.0
Release: 1%{?dist}

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


%changelog
* Tue May 10 2022 Nikola Forró <[email protected]> - 0.3.0-1
- New upstream release 0.3.0

* Wed Mar 30 2022 Nikola Forró <[email protected]> - 0.2.0-1
- New upstream release 0.2.0

Expand Down

0 comments on commit df62e21

Please sign in to comment.