Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ihabunek committed Apr 19, 2017
1 parent 373f264 commit cec7165
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
---------

**0.8.0 (2016-04-19)**

* Renamed command `2fa` to `login_2fa` **BC BREAK**
* It is now possible to pipe text into `toot post`

**0.7.0 (2016-04-18)**

* Experimental 2FA support (#3)
Expand Down
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ Running ``toot <command> -h`` shows the documentation for the given command.
https://github.com/ihabunek/toot
It is possible to pipe status text into `toot post`, for example:

.. code-block::
echo "Text to post" | toot post
cat mypost.txt | toot post
Authentication
--------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='toot',
version='0.7.0',
version='0.8.0',
description='Interact with Mastodon social networks from the command line.',
long_description=long_description,
author='Ivan Habunek',
Expand Down

0 comments on commit cec7165

Please sign in to comment.