* Fix a bug that would not allow users to login due to case-sensitiveness
0.2.1
* Fix a bug related to listing gists (wrong pagination causing duplicates)
0.2.0
* Adds `lsgist` command * Drops support for Python 2 * Adds support for Python 3.8 and 3.9
0.1.3
* Fix a bug when using `~` as a shortcut in file path * Add tests for nested files * Add Python 3.7 to `tox` * Use Click's `prompt` and `confirm` * Minor internal API and test enhancements
0.1.2
* Allow the usage of file paths and not only filenames * Add tests for Python 3.6 and 3.7