Skip to content

Commit 5640486

Browse files
committed
update news and bump version
1 parent 610e380 commit 5640486

2 files changed

Lines changed: 29 additions & 1 deletion

File tree

NEWS.rst

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

5+
---------------------------
6+
pkgcheck 0.7.4 (2020-01-11)
7+
---------------------------
8+
9+
- BinaryFile: Ignore some classes of false positives that use multiple
10+
encodings.
11+
12+
- Output repo and commit related results after any package related results
13+
found during scanning if using a relevant scan scope level.
14+
15+
- Sort git commit-related results by name or description for multiple results
16+
against a single commit.
17+
18+
- BadCommitSummary: Convert to commit result instead of package result since it
19+
directly relates to the commit made more than the package itself.
20+
21+
- Add optional ref argument support for --commits option. This allows passing a
22+
commit or reference to diff the current tree against in order to determine
23+
scanning targets.
24+
25+
- GitPkgCommitsCheck: Flag all incorrect copyright dates instead of just
26+
outdated ones.
27+
28+
- GitCommitsCheck: Use a single ``git cat-file`` process for verifying all
29+
Fixes/Reverts tags instead of one per commit.
30+
31+
- InvalidCommitMessage: Check for empty lines between summary, body, and tags.
32+
533
---------------------------
634
pkgcheck 0.7.3 (2019-12-29)
735
---------------------------

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.7.3'
2+
__version__ = '0.7.4'

0 commit comments

Comments
 (0)