Skip to content

Commit 4fe78ce

Browse files
committed
Release did-0.20
1 parent cb1a649 commit 4fe78ce

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,8 @@ Christopher Sams, Thomas Heute, Giulio Fidente, Han Han, Qiao
228228
Zhao, Henrique Ferreiro, Jakub Vávra, Luigi Toscano, Lukáš
229229
Zapletal, Maryna Nalbandian, Dominika Hoďovská, Jakub Haruda,
230230
Han Han, Štěpán Němec, Evgeny Fedin, Mikel Olasagasti Uranga,
231-
Miloš Malík, Jeffrey Bastian, Côme Chilliet and Konrad Kleine.
231+
Miloš Malík, Jeffrey Bastian, Côme Chilliet, Marcin Juszkiewicz,
232+
Tomáš Kopeček, Konrad Kleine, Sandro Bonazzola and Morgan Weetman.
232233

233234

234235
Copyright

did.spec

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: did
2-
Version: 0.19
2+
Version: 0.20
33
Release: 1%{?dist}
44

55
Summary: What did you do last week, month, year?
@@ -54,6 +54,30 @@ export LANG=en_US.utf-8
5454
%license LICENSE
5555

5656
%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+
5781
* Tue Jan 18 2022 Lukáš Zachar <[email protected]> - 0.19-1
5882
- Install all required packages during docs building
5983
- Adjust code style to be pep8 compatible

0 commit comments

Comments
 (0)