Skip to content

Commit 6c66d91

Browse files
committed
v0.0.9
1 parent ed64854 commit 6c66d91

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

README.rst

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1312,21 +1312,23 @@ Changelog
13121312
13131313
*You can click a version name to see a diff with the previous one.*
13141314
1315-
* `0.9.0-dev`_
1315+
1316+
* `0.9.0`_ (2015-01-31)
13161317
* Added ``--cert`` and ``--cert-key`` parameters to specify a client side
13171318
certificate and private key for SSL
1318-
* Fixed ``User-Agent`` overwriting when used within a session.
1319-
* Fixed handling of empty passwords in URL credentials.
1320-
* Fixed multiple file uploads with the same form field name.
1321-
* Fixed ``--output=/dev/null`` on Linux.
13221319
* Improved unicode support.
13231320
* Improved terminal color depth detection via ``curses``.
13241321
* To make it easier to deal with Windows paths in request items, ``\``
13251322
now only escapes special characters (the ones that are used as key-value
13261323
separators by HTTPie).
13271324
* Switched from ``unittest`` to ``pytest``.
1325+
* Added Python `wheel` suppor.
13281326
* Various test suite improvements.
13291327
* Added `CONTRIBUTING`_.
1328+
* Fixed ``User-Agent`` overwriting when used within a session.
1329+
* Fixed handling of empty passwords in URL credentials.
1330+
* Fixed multiple file uploads with the same form field name.
1331+
* Fixed ``--output=/dev/null`` on Linux.
13301332
* Miscellaneous bugfixes.
13311333
* `0.8.0`_ (2014-01-25)
13321334
* Added ``[email protected]`` and ``field:[email protected]`` for embedding
@@ -1454,7 +1456,8 @@ Changelog
14541456
.. _0.6.0: https://github.com/jakubroztocil/httpie/compare/0.5.1...0.6.0
14551457
.. _0.7.1: https://github.com/jakubroztocil/httpie/compare/0.6.0...0.7.1
14561458
.. _0.8.0: https://github.com/jakubroztocil/httpie/compare/0.7.1...0.8.0
1457-
.. _0.9.0-dev: https://github.com/jakubroztocil/httpie/compare/0.8.0...master
1459+
.. _0.9.0: https://github.com/jakubroztocil/httpie/compare/0.9.0...master
1460+
.. _1.0.0-dev: https://github.com/jakubroztocil/httpie/compare/0.9.0...master
14581461
.. _LICENSE: https://github.com/jakubroztocil/httpie/blob/master/LICENSE
14591462
.. _Tox: http://tox.testrun.org
14601463
.. _CONTRIBUTING: https://github.com/jakubroztocil/httpie/blob/master/CONTRIBUTING.rst

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ pytest
33
pytest-cov
44
pytest-httpbin
55
docutils
6+
wheel

0 commit comments

Comments
 (0)