Skip to content

Commit 2105caa

Browse files
committed
3.2.4
1 parent 8560d11 commit 2105caa

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
This document records all notable changes to [HTTPie](https://httpie.io).
44
This 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)

extras/man/http.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
44
http
55
.SH SYNOPSIS

extras/man/httpie.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
44
httpie
55
.SH SYNOPSIS

extras/man/https.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
44
https
55
.SH SYNOPSIS

httpie/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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'

0 commit comments

Comments
 (0)