mirror of
https://github.com/httpie/cli.git
synced 2025-02-09 13:14:03 +02:00
0.2.5 (bugfixes)
This commit is contained in:
parent
8a7f4c0d6e
commit
1ce02ebbd5
@ -225,8 +225,7 @@ Before a pull requests is submitted, it's a good idea to run the existing suite
|
|||||||
Changelog
|
Changelog
|
||||||
---------
|
---------
|
||||||
|
|
||||||
* `0.2.5dev <https://github.com/jkbr/httpie/compare/0.2.4...master>`_
|
* `0.2.5 <https://github.com/jkbr/httpie/compare/0.2.2...0.2.5>`_ (2012-07-17)
|
||||||
* `0.2.4 <https://github.com/jkbr/httpie/compare/0.2.2...0.2.4>`_ (2012-06-24)
|
|
||||||
* Unicode characters in prettified JSON now don't get escaped to improve readability.
|
* Unicode characters in prettified JSON now don't get escaped to improve readability.
|
||||||
* --auth now prompts for a password if only a username provided.
|
* --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``).
|
* Added support for request payloads from a file path with automatic ``Content-Type`` (``http URL @/path``).
|
||||||
|
@ -3,5 +3,5 @@ HTTPie - cURL for humans.
|
|||||||
|
|
||||||
"""
|
"""
|
||||||
__author__ = 'Jakub Roztocil'
|
__author__ = 'Jakub Roztocil'
|
||||||
__version__ = '0.2.5dev'
|
__version__ = '0.2.5'
|
||||||
__licence__ = 'BSD'
|
__licence__ = 'BSD'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user