Skip to content

Commit

Permalink
Release did-0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
psss committed Nov 10, 2023
1 parent 7d39512 commit 5e53f7e
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion did.spec
@@ -1,5 +1,5 @@
Name: did
Version: 0.20
Version: 0.21
Release: 1%{?dist}

Summary: What did you do last week, month, year?
Expand Down Expand Up @@ -55,6 +55,26 @@ export LANG=en_US.utf-8
%license LICENSE

%changelog
* Fri Nov 10 2023 Petr Šplíchal <psplicha@redhat.com> - 0.21-1
- Pass plugin configuration to koji `ClientSession`
- Add `markdown` format output to `bodhi` plugin
- Add `markdown` format output to `pagure` plugin
- Handle connection error fetching gitlab user
- Update instructions for the `google` plugin
- Add `sphinx_rtd_theme` to the list of extensions
- Replace deprecated calls to `warn`
- Fix docs building warnings, pin sphinx version
- Add support for `markdown` format output (#315)
- Move line length recommendation to proper section
- Update pre-commit GH action with latest version
- Add dependency on `python3-feedparser`
- Replace `readfp()` with `read_file()`
- Support defining subitems for header and footer
- Give a reasonable error for unreachable wiki url
- Report Gitlab tasks-commented properly
- Fix typo in section name
- Skip own pull requests in `pull-requests-reviewed`

* Thu Mar 09 2023 Petr Šplíchal <psplicha@redhat.com> - 0.20-1
- Produce fixed `phabricator` statistics
- Address packit warning on the `metadata` key
Expand Down

0 comments on commit 5e53f7e

Please sign in to comment.