-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #96 from release-engineering/0.0.4-release
0.0.4 release
- Loading branch information
Showing
2 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
%global rpmname fedmsg-meta-umb | ||
|
||
Name: python-%{rpmname} | ||
Version: 0.0.3 | ||
Version: 0.0.4 | ||
Release: 1%{?dist} | ||
Summary: fedmsg metadata provider plugins for the Unified Message Bus | ||
|
||
|
@@ -64,6 +64,14 @@ PYTHONPATH=. sphinx-build-3 doc/ htmldocs/ | |
%{_datadir}/%{name} | ||
|
||
%changelog | ||
* Thu Dec 3 2020 Mike Bonnet <[email protected]> - 0.0.4-1 | ||
- snitch: handle inconsistent IDs | ||
- errata: improved message handling | ||
- replace references to external icons with local copies | ||
- add CodeQL analysis and update tests to run on Python 3.9 | ||
- clair: handle messages from Clair v4 | ||
- messagebusd: new processor | ||
|
||
* Fri Jan 17 2020 Mike Bonnet <[email protected]> - 0.0.3-1 | ||
- remove python2 support, since fedmsg no longer supports it as of Fedora 31 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters