Skip to content

Commit 4212c51

Browse files
committed
update news and bump version
1 parent 39e47a5 commit 4212c51

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

NEWS.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
Release Notes
33
=============
44

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+
517
---------------------------
618
pkgcheck 0.6.7 (2019-10-05)
719
---------------------------

src/pkgcheck/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__title__ = 'pkgcheck'
2-
__version__ = '0.6.7'
2+
__version__ = '0.6.8'

0 commit comments

Comments
 (0)