File tree Expand file tree Collapse file tree 5 files changed +9
-5
lines changed
Expand file tree Collapse file tree 5 files changed +9
-5
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.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+
610## [ 3.2.3] ( https://github.com/httpie/cli/compare/3.2.2...3.2.3 ) (2024-07-10)
711
812- Fix SSL connections by pinning the ` requests ` version to ` 2.31.0 ` . (#1583 , #1581 )
Original file line number Diff line number Diff line change 11.\" 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"
33.SH NAME
44http
55.SH SYNOPSIS
Original file line number Diff line number Diff line change 11.\" 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"
33.SH NAME
44httpie
55.SH SYNOPSIS
Original file line number Diff line number Diff line change 11.\" 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"
33.SH NAME
44https
55.SH SYNOPSIS
Original file line number Diff line number Diff line change 33
44"""
55
6- __version__ = '3.2.3 '
7- __date__ = '2024-07-10 '
6+ __version__ = '3.2.4 '
7+ __date__ = '2024-11-01 '
88__author__ = 'Jakub Roztocil'
99__licence__ = 'BSD'
You can’t perform that action at this time.
0 commit comments