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 Dec 20, 2019
1 parent 0ad903c commit 183947c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@
Release Notes
=============

---------------------------
pkgcheck 0.7.2 (2019-12-20)
---------------------------

- pkgcheck scan: Change --filtered option to -f/--filter which supports both
'repo' and 'latest' arguments to filter scanned packages (#184).

- Fix ``pkgcheck scan --commits`` usage with overlays (#188).

- MissingUseDepDefault: Check unconditional use deps for missing defaults,
previously only conditional flags were being checked.

- DuplicateEclassInherits: Add initial result for flagging duplicate eclass
inherits.

- BadWhitespaceCharacter: Add initial result for flagging unicode whitespace in
ebuilds that bash doesn't treat as regular whitespace.

- ProfilesCheck: Add support for validating package.deprecated entries.

- Use .git/info/exclude from repos in addition to .gitignore to ignore files
for relevant checks.

---------------------------
pkgcheck 0.7.1 (2019-11-30)
---------------------------
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.1'
__version__ = '0.7.2'

0 comments on commit 183947c

Please sign in to comment.