We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39e47a5 commit 4212c51Copy full SHA for 4212c51
2 files changed
NEWS.rst
@@ -2,6 +2,18 @@
2
Release Notes
3
=============
4
5
+---------------------------
6
+pkgcheck 0.6.8 (2019-10-06)
7
8
+
9
+- pkgcheck scan: Add -t/--tasks option to limit the number of async tasks that
10
+ can run concurrently. Currently used to limit the number of concurrent
11
+ network requests made.
12
13
+- Repository level checks are now run in parallel by default.
14
15
+- Fix iterating over git commits to fix git-related checks.
16
17
---------------------------
18
pkgcheck 0.6.7 (2019-10-05)
19
src/pkgcheck/__init__.py
@@ -1,2 +1,2 @@
1
__title__ = 'pkgcheck'
-__version__ = '0.6.7'
+__version__ = '0.6.8'
0 commit comments