File tree 5 files changed +9
-5
lines changed
5 files changed +9
-5
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.2.4] ( https://github.com/httpie/cli/compare/3.2.3...3.2.4 ) (2024-11-01)
7
+
8
+ - Fix default certs loading and unpin ` requests ` . ([ #1596 ] ( https://github.com/httpie/cli/issues/1596 ) )
9
+
6
10
## [ 3.2.3] ( https://github.com/httpie/cli/compare/3.2.2...3.2.3 ) (2024-07-10)
7
11
8
12
- Fix SSL connections by pinning the ` requests ` version to ` 2.31.0 ` . (#1583 , #1581 )
Original file line number Diff line number Diff line change 1
1
.\" This file is auto-generated from the parser declaration in httpie/cli/definition.py by extras/scripts/generate_man_pages.py.
2
- .TH http 1 "2024-07-10" "HTTPie 3.2.3 " "HTTPie Manual"
2
+ .TH http 1 "2024-07-10" "HTTPie 3.2.4 " "HTTPie Manual"
3
3
.SH NAME
4
4
http
5
5
.SH SYNOPSIS
Original file line number Diff line number Diff line change 1
1
.\" This file is auto-generated from the parser declaration in httpie/manager/cli.py by extras/scripts/generate_man_pages.py.
2
- .TH httpie 1 "2024-07-10" "HTTPie 3.2.3 " "HTTPie Manual"
2
+ .TH httpie 1 "2024-07-10" "HTTPie 3.2.4 " "HTTPie Manual"
3
3
.SH NAME
4
4
httpie
5
5
.SH SYNOPSIS
Original file line number Diff line number Diff line change 1
1
.\" This file is auto-generated from the parser declaration in httpie/cli/definition.py by extras/scripts/generate_man_pages.py.
2
- .TH https 1 "2024-07-10" "HTTPie 3.2.3 " "HTTPie Manual"
2
+ .TH https 1 "2024-07-10" "HTTPie 3.2.4 " "HTTPie Manual"
3
3
.SH NAME
4
4
https
5
5
.SH SYNOPSIS
Original file line number Diff line number Diff line change 3
3
4
4
"""
5
5
6
- __version__ = '3.2.3 '
7
- __date__ = '2024-07-10 '
6
+ __version__ = '3.2.4 '
7
+ __date__ = '2024-11-01 '
8
8
__author__ = 'Jakub Roztocil'
9
9
__licence__ = 'BSD'
You can’t perform that action at this time.
0 commit comments