1
0
mirror of https://github.com/httpie/cli.git synced 2024-11-24 08:22:22 +02:00
This commit is contained in:
Jakub Roztocil 2012-07-17 00:37:13 +02:00
parent 5ca8bec9ff
commit 9b8cb42efd
2 changed files with 2 additions and 2 deletions

View File

@ -225,7 +225,7 @@ Before a pull requests is submitted, it's a good idea to run the existing suite
Changelog
---------
* `0.2.3dev <https://github.com/jkbr/httpie/compare/0.2.2...master>`_
* `0.2.3 <https://github.com/jkbr/httpie/compare/0.2.2...0.2.3>`_ (2012-06-24)
* Unicode characters in prettified JSON now don't get escaped to improve readability.
* --auth now prompts for a password if only a username provided.
* Added support for request payloads from a file path with automatic ``Content-Type`` (``http URL @/path``).

View File

@ -3,5 +3,5 @@ HTTPie - cURL for humans.
"""
__author__ = 'Jakub Roztocil'
__version__ = '0.2.3dev'
__version__ = '0.2.3'
__licence__ = 'BSD'