File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 3
3
This document records all notable changes to [ HTTPie] ( https://httpie.io ) .
4
4
This project adheres to [ Semantic Versioning] ( https://semver.org/ ) .
5
5
6
+ ## [ 3.0.2] ( https://github.com/httpie/httpie/compare/3.0.0...3.0.1 ) (2022-01-23)
7
+
8
+ [ What’s new in HTTPie for Terminal 3.0 →] ( https://httpie.io/blog/httpie-3.0.0 )
9
+
10
+ - Fixed usage of ` httpie ` when there is a presence of a config with ` default_options ` ([ #1280 ] ( https://github.com/httpie/httpie/pull/1280 ) ).
11
+
6
12
## [ 3.0.1] ( https://github.com/httpie/httpie/compare/3.0.0...3.0.1 ) (2022-01-23)
7
13
8
14
[ What’s new in HTTPie for Terminal 3.0 →] ( https://httpie.io/blog/httpie-3.0.0 )
Original file line number Diff line number Diff line change 3
3
4
4
"""
5
5
6
- __version__ = '3.0.1 '
6
+ __version__ = '3.0.2 '
7
7
__author__ = 'Jakub Roztocil'
8
8
__licence__ = 'BSD'
You can’t perform that action at this time.
0 commit comments