From 4fe78ce013d9523ada1b162a9f391ffb2065159b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pl=C3=ADchal?= Date: Thu, 9 Mar 2023 10:33:42 +0100 Subject: [PATCH] Release did-0.20 --- README.rst | 3 ++- did.spec | 26 +++++++++++++++++++++++++- 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index caba140a..398a3187 100644 --- a/README.rst +++ b/README.rst @@ -228,7 +228,8 @@ Christopher Sams, Thomas Heute, Giulio Fidente, Han Han, Qiao Zhao, Henrique Ferreiro, Jakub Vávra, Luigi Toscano, Lukáš Zapletal, Maryna Nalbandian, Dominika Hoďovská, Jakub Haruda, Han Han, Štěpán Němec, Evgeny Fedin, Mikel Olasagasti Uranga, -Miloš Malík, Jeffrey Bastian, Côme Chilliet and Konrad Kleine. +Miloš Malík, Jeffrey Bastian, Côme Chilliet, Marcin Juszkiewicz, +Tomáš Kopeček, Konrad Kleine, Sandro Bonazzola and Morgan Weetman. Copyright diff --git a/did.spec b/did.spec index ac9dc350..2600159c 100644 --- a/did.spec +++ b/did.spec @@ -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 - 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 - 0.19-1 - Install all required packages during docs building - Adjust code style to be pep8 compatible