File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 33This document records all notable changes to [ HTTPie] ( https://httpie.io ) .
44This project adheres to [ Semantic Versioning] ( https://semver.org/ ) .
55
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+
610## [ 3.0.0] ( https://github.com/httpie/httpie/compare/2.6.0...3.0.0 ) (2022-01-21)
711
812- Dropped support for Python 3.6. ([ #1177 ] ( https://github.com/httpie/httpie/issues/1177 ) )
Original file line number Diff line number Diff line change 33
44"""
55
6- __version__ = '3.0.0 '
6+ __version__ = '3.0.1 '
77__author__ = 'Jakub Roztocil'
88__licence__ = 'BSD'
You can’t perform that action at this time.
0 commit comments