Skip to content

Commit

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

- Added convenience properties for most used tags (#63)
- Hardened linting by ignoring only specific mypy errors (#64)
- Fixed list of valid tag names and ensured newly added tags are not part of a condition block (#66)
- Initial patch number and its default number of digits are now honored (#66)
- Fixed a bug in `%prep` macro stringification (#67)

# 0.3.0

- Made `Sources` a `MutableSequence` (#36)
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.3.0
Version: 0.4.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
* Thu Jun 16 2022 Nikola Forró <[email protected]> - 0.4.0-1
- New upstream release 0.4.0

* Tue May 10 2022 Nikola Forró <[email protected]> - 0.3.0-1
- New upstream release 0.3.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.3.0
Version: 0.4.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
* Thu Jun 16 2022 Nikola Forró <[email protected]> - 0.4.0-1
- New upstream release 0.4.0

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

Expand Down

0 comments on commit d3b9767

Please sign in to comment.