Skip to content

Commit

Permalink
Update version and change log to 2.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Sep 7, 2016
1 parent 5d2df02 commit 44b4a10
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Change Log
==========

Version 2.1.0 *(2016-09-07)*
----------------------------

* New: Explicitly run `adb` in 'brief' mode to ensure proper parsing.
* New: `-a` / `--all` flag shows all logs.
* Fix: Setting a tag width to 0 now correctly removes tags.


Version 2.0.0 *(2015-05-25)*
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion pidcat.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import subprocess
from subprocess import PIPE

__version__ = '2.0.0'
__version__ = '2.1.0'

LOG_LEVELS = 'VDIWEF'
LOG_LEVELS_MAP = dict([(LOG_LEVELS[i], i) for i in range(len(LOG_LEVELS))])
Expand Down

0 comments on commit 44b4a10

Please sign in to comment.