Skip to content

Commit

Permalink
Bump version to 3.1.0 (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterOdin authored Feb 21, 2022
1 parent 7277842 commit f525217
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 3.1.0 (02/16/2022)

### Features

* Add `--search` option to find tldr pages based on keywords (thanks [@gotlougit](https://github.com/gotlougit))
* Specify support for v1.5 of the [tldr client specification](https://github.com/tldr-pages/tldr/blob/main/CLIENT-SPECIFICATION.md)

### Bugfixes

* Command names are lowercased before searching for page
* Fix color printing for tokens that end with curly braces

## 3.0.0 (10/27/2021)

### Breaking
Expand Down
2 changes: 1 addition & 1 deletion tldr.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import colorama # Required for Windows
import shtab

__version__ = "3.0.0"
__version__ = "3.1.0"
__client_specification__ = "1.5"

REQUEST_HEADERS = {'User-Agent': 'tldr-python-client'}
Expand Down

0 comments on commit f525217

Please sign in to comment.