Skip to content

Commit

Permalink
update news and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Jan 12, 2020
1 parent 610e380 commit 5640486
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@
Release Notes
=============

---------------------------
pkgcheck 0.7.4 (2020-01-11)
---------------------------

- BinaryFile: Ignore some classes of false positives that use multiple
encodings.

- Output repo and commit related results after any package related results
found during scanning if using a relevant scan scope level.

- Sort git commit-related results by name or description for multiple results
against a single commit.

- BadCommitSummary: Convert to commit result instead of package result since it
directly relates to the commit made more than the package itself.

- Add optional ref argument support for --commits option. This allows passing a
commit or reference to diff the current tree against in order to determine
scanning targets.

- GitPkgCommitsCheck: Flag all incorrect copyright dates instead of just
outdated ones.

- GitCommitsCheck: Use a single ``git cat-file`` process for verifying all
Fixes/Reverts tags instead of one per commit.

- InvalidCommitMessage: Check for empty lines between summary, body, and tags.

---------------------------
pkgcheck 0.7.3 (2019-12-29)
---------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/pkgcheck/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__title__ = 'pkgcheck'
__version__ = '0.7.3'
__version__ = '0.7.4'

0 comments on commit 5640486

Please sign in to comment.