@@ -1312,21 +1312,23 @@ Changelog
1312
1312
1313
1313
* You can click a version name to see a diff with the previous one.*
1314
1314
1315
- * ` 0.9.0-dev` _
1315
+
1316
+ * ` 0.9.0` _ (2015-01-31)
1316
1317
* Added ` ` --cert` ` and ` ` --cert-key` ` parameters to specify a client side
1317
1318
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.
1322
1319
* Improved unicode support.
1323
1320
* Improved terminal color depth detection via ` ` curses` ` .
1324
1321
* To make it easier to deal with Windows paths in request items, ` ` \` `
1325
1322
now only escapes special characters (the ones that are used as key-value
1326
1323
separators by HTTPie).
1327
1324
* Switched from ` ` unittest` ` to ` ` pytest` ` .
1325
+ * Added Python ` wheel` suppor.
1328
1326
* Various test suite improvements.
1329
1327
* 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.
1330
1332
* Miscellaneous bugfixes.
1331
1333
* ` 0.8.0` _ (2014-01-25)
1332
1334
* Added ` ` [email protected] ` ` and ` ` field:[email protected] ` ` for embedding
@@ -1454,7 +1456,8 @@ Changelog
1454
1456
.. _0.6.0: https://github.com/jakubroztocil/httpie/compare/0.5.1...0.6.0
1455
1457
.. _0.7.1: https://github.com/jakubroztocil/httpie/compare/0.6.0...0.7.1
1456
1458
.. _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
1458
1461
.. _LICENSE: https://github.com/jakubroztocil/httpie/blob/master/LICENSE
1459
1462
.. _Tox: http://tox.testrun.org
1460
1463
.. _CONTRIBUTING: https://github.com/jakubroztocil/httpie/blob/master/CONTRIBUTING.rst
0 commit comments