|
1 | 1 | Name: did
|
2 |
| -Version: 0.19 |
| 2 | +Version: 0.20 |
3 | 3 | Release: 1%{?dist}
|
4 | 4 |
|
5 | 5 | Summary: What did you do last week, month, year?
|
@@ -54,6 +54,30 @@ export LANG=en_US.utf-8
|
54 | 54 | %license LICENSE
|
55 | 55 |
|
56 | 56 | %changelog
|
| 57 | +* Thu Mar 09 2023 Petr Šplíchal <[email protected]> - 0.20-1 |
| 58 | +- Produce fixed `phabricator` statistics |
| 59 | +- Address packit warning on the `metadata` key |
| 60 | +- Remove the Travis CI configuration |
| 61 | +- Fix pytest invocation |
| 62 | +- Move common constants to the top of `did.utils` |
| 63 | +- Add new configuration options for custom separator |
| 64 | +- Fix broken phabricator tests |
| 65 | +- Fix potentially uninitialized local variable |
| 66 | +- Add CodeQL workflow for GitHub code scanning |
| 67 | +- Add comment stats on GitHub issues & pull requests |
| 68 | +- Add the `name-tests-test` pre-commit hook |
| 69 | +- Add the new `phabricator` plugin |
| 70 | +- Update test data for `sentry`, `gitlab` and `gerrit` |
| 71 | +- Update `pre-commit` configuration, enable `flake8` |
| 72 | +- Allow all plugins to fetch secrets from files |
| 73 | +- Update packit config to address recent changes |
| 74 | +- Fix typo in the Google plugin docstring |
| 75 | +- Speed up local testing, add missing require |
| 76 | +- Update google plugin installation instructions |
| 77 | +- Koji plugin |
| 78 | +- Handle GitHub API rate limit |
| 79 | +- Add Github Action for PyPI releases |
| 80 | + |
57 | 81 | * Tue Jan 18 2022 Lukáš Zachar <[email protected]> - 0.19-1
|
58 | 82 | - Install all required packages during docs building
|
59 | 83 | - Adjust code style to be pep8 compatible
|
|
0 commit comments