mirror of
https://github.com/httpie/cli.git
synced 2024-11-23 00:03:18 +01:00
v0.8.0
This commit is contained in:
parent
e0cc63c7eb
commit
f1224da526
@ -1264,7 +1264,8 @@ Changelog
|
|||||||
|
|
||||||
*You can click a version name to see a diff with the previous one.*
|
*You can click a version name to see a diff with the previous one.*
|
||||||
|
|
||||||
* `0.8.0-dev`_
|
* `0.9.0-dev`_
|
||||||
|
* `0.8.0`_ (2014-01-25)
|
||||||
* Added ``field=@file.txt`` and ``field:=@file.json`` for embedding
|
* Added ``field=@file.txt`` and ``field:=@file.json`` for embedding
|
||||||
the contents of text and JSON files into request data.
|
the contents of text and JSON files into request data.
|
||||||
* Added curl-style shorthand for localhost.
|
* Added curl-style shorthand for localhost.
|
||||||
@ -1403,6 +1404,7 @@ Changelog
|
|||||||
.. _0.5.1: https://github.com/jkbr/httpie/compare/0.5.0...0.5.1
|
.. _0.5.1: https://github.com/jkbr/httpie/compare/0.5.0...0.5.1
|
||||||
.. _0.6.0: https://github.com/jkbr/httpie/compare/0.5.1...0.6.0
|
.. _0.6.0: https://github.com/jkbr/httpie/compare/0.5.1...0.6.0
|
||||||
.. _0.7.1: https://github.com/jkbr/httpie/compare/0.6.0...0.7.1
|
.. _0.7.1: https://github.com/jkbr/httpie/compare/0.6.0...0.7.1
|
||||||
.. _0.8.0-dev: https://github.com/jkbr/httpie/compare/0.7.1...master
|
.. _0.8.0: https://github.com/jkbr/httpie/compare/0.7.1...0.8.0
|
||||||
|
.. _0.9.0-dev:: https://github.com/jkbr/httpie/compare/0.8.0...master
|
||||||
.. _AUTHORS.rst: https://github.com/jkbr/httpie/blob/master/AUTHORS.rst
|
.. _AUTHORS.rst: https://github.com/jkbr/httpie/blob/master/AUTHORS.rst
|
||||||
.. _LICENSE: https://github.com/jkbr/httpie/blob/master/LICENSE
|
.. _LICENSE: https://github.com/jkbr/httpie/blob/master/LICENSE
|
||||||
|
@ -3,7 +3,7 @@ HTTPie - a CLI, cURL-like tool for humans.
|
|||||||
|
|
||||||
"""
|
"""
|
||||||
__author__ = 'Jakub Roztocil'
|
__author__ = 'Jakub Roztocil'
|
||||||
__version__ = '0.8.0-dev'
|
__version__ = '0.8.0'
|
||||||
__licence__ = 'BSD'
|
__licence__ = 'BSD'
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user