-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
27 additions
and
2 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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Name: did | ||
Version: 0.19 | ||
Version: 0.20 | ||
Release: 1%{?dist} | ||
|
||
Summary: What did you do last week, month, year? | ||
|
@@ -54,6 +54,30 @@ export LANG=en_US.utf-8 | |
%license LICENSE | ||
|
||
%changelog | ||
* Thu Mar 09 2023 Petr Šplíchal <[email protected]> - 0.20-1 | ||
- Produce fixed `phabricator` statistics | ||
- Address packit warning on the `metadata` key | ||
- Remove the Travis CI configuration | ||
- Fix pytest invocation | ||
- Move common constants to the top of `did.utils` | ||
- Add new configuration options for custom separator | ||
- Fix broken phabricator tests | ||
- Fix potentially uninitialized local variable | ||
- Add CodeQL workflow for GitHub code scanning | ||
- Add comment stats on GitHub issues & pull requests | ||
- Add the `name-tests-test` pre-commit hook | ||
- Add the new `phabricator` plugin | ||
- Update test data for `sentry`, `gitlab` and `gerrit` | ||
- Update `pre-commit` configuration, enable `flake8` | ||
- Allow all plugins to fetch secrets from files | ||
- Update packit config to address recent changes | ||
- Fix typo in the Google plugin docstring | ||
- Speed up local testing, add missing require | ||
- Update google plugin installation instructions | ||
- Koji plugin | ||
- Handle GitHub API rate limit | ||
- Add Github Action for PyPI releases | ||
|
||
* Tue Jan 18 2022 Lukáš Zachar <[email protected]> - 0.19-1 | ||
- Install all required packages during docs building | ||
- Adjust code style to be pep8 compatible | ||
|