Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lord63 committed Jan 5, 2016
1 parent ac9957a commit 2f68f80
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2016.01.05 v0.3.0
- support rebuild the index(#8), and rebuild the index after updating
- improve tests, #12

2015.10.21 v0.2.0
- python3.x support
- add tests and code coverage
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ alternative. Sometimes, you should read the man pages patiently ;)
* use local file, fast.
* support custom the output color.
* support fetch the latest tldr pages.
* support rebuild the index.


## Install
Expand Down
2 changes: 1 addition & 1 deletion tldr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"""

__title__ = "tldr.py"
__version__ = "0.2.0"
__version__ = "0.3.0"
__author__ = "lord63"
__homepage__ = "https://github.com/lord63/tldr.py"
__license__ = "MIT"
Expand Down

0 comments on commit 2f68f80

Please sign in to comment.