We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c815e21 commit 3b441faCopy full SHA for 3b441fa
CHANGELOG.md
@@ -3,6 +3,10 @@
3
This document records all notable changes to [HTTPie](https://httpie.io).
4
This project adheres to [Semantic Versioning](https://semver.org/).
5
6
+## [3.0.1](https://github.com/httpie/httpie/compare/3.0.0...3.0.1) (2022-01-23)
7
+
8
+- Changed the value shown as time elapsed from time-to-read-headers to total exchange time ([#1277](https://github.com/httpie/httpie/issues/1277))
9
10
## [3.0.0](https://github.com/httpie/httpie/compare/2.6.0...3.0.0) (2022-01-21)
11
12
- Dropped support for Python 3.6. ([#1177](https://github.com/httpie/httpie/issues/1177))
httpie/__init__.py
@@ -3,6 +3,6 @@
"""
-__version__ = '3.0.0'
+__version__ = '3.0.1'
__author__ = 'Jakub Roztocil'
__licence__ = 'BSD'
0 commit comments