|
1 | 1 | Name: did |
2 | | -Version: 0.20 |
| 2 | +Version: 0.21 |
3 | 3 | Release: 1%{?dist} |
4 | 4 |
|
5 | 5 | Summary: What did you do last week, month, year? |
@@ -55,6 +55,26 @@ export LANG=en_US.utf-8 |
55 | 55 | %license LICENSE |
56 | 56 |
|
57 | 57 | %changelog |
| 58 | +* Fri Nov 10 2023 Petr Šplíchal <[email protected]> - 0.21-1 |
| 59 | +- Pass plugin configuration to koji `ClientSession` |
| 60 | +- Add `markdown` format output to `bodhi` plugin |
| 61 | +- Add `markdown` format output to `pagure` plugin |
| 62 | +- Handle connection error fetching gitlab user |
| 63 | +- Update instructions for the `google` plugin |
| 64 | +- Add `sphinx_rtd_theme` to the list of extensions |
| 65 | +- Replace deprecated calls to `warn` |
| 66 | +- Fix docs building warnings, pin sphinx version |
| 67 | +- Add support for `markdown` format output (#315) |
| 68 | +- Move line length recommendation to proper section |
| 69 | +- Update pre-commit GH action with latest version |
| 70 | +- Add dependency on `python3-feedparser` |
| 71 | +- Replace `readfp()` with `read_file()` |
| 72 | +- Support defining subitems for header and footer |
| 73 | +- Give a reasonable error for unreachable wiki url |
| 74 | +- Report Gitlab tasks-commented properly |
| 75 | +- Fix typo in section name |
| 76 | +- Skip own pull requests in `pull-requests-reviewed` |
| 77 | + |
58 | 78 | * Thu Mar 09 2023 Petr Šplíchal <[email protected]> - 0.20-1 |
59 | 79 | - Produce fixed `phabricator` statistics |
60 | 80 | - Address packit warning on the `metadata` key |
|
0 commit comments