Skip to content

Commit

Permalink
3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbrzt committed Nov 1, 2024
1 parent 8560d11 commit 2105caa
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
This document records all notable changes to [HTTPie](https://httpie.io).
This project adheres to [Semantic Versioning](https://semver.org/).

## [3.2.4](https://github.com/httpie/cli/compare/3.2.3...3.2.4) (2024-11-01)

- Fix default certs loading and unpin `requests`. ([#1596](https://github.com/httpie/cli/issues/1596))

## [3.2.3](https://github.com/httpie/cli/compare/3.2.2...3.2.3) (2024-07-10)

- Fix SSL connections by pinning the `requests` version to `2.31.0`. (#1583, #1581)
Expand Down
2 changes: 1 addition & 1 deletion extras/man/http.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" This file is auto-generated from the parser declaration in httpie/cli/definition.py by extras/scripts/generate_man_pages.py.
.TH http 1 "2024-07-10" "HTTPie 3.2.3" "HTTPie Manual"
.TH http 1 "2024-07-10" "HTTPie 3.2.4" "HTTPie Manual"
.SH NAME
http
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion extras/man/httpie.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" This file is auto-generated from the parser declaration in httpie/manager/cli.py by extras/scripts/generate_man_pages.py.
.TH httpie 1 "2024-07-10" "HTTPie 3.2.3" "HTTPie Manual"
.TH httpie 1 "2024-07-10" "HTTPie 3.2.4" "HTTPie Manual"
.SH NAME
httpie
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion extras/man/https.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" This file is auto-generated from the parser declaration in httpie/cli/definition.py by extras/scripts/generate_man_pages.py.
.TH https 1 "2024-07-10" "HTTPie 3.2.3" "HTTPie Manual"
.TH https 1 "2024-07-10" "HTTPie 3.2.4" "HTTPie Manual"
.SH NAME
https
.SH SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions httpie/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""

__version__ = '3.2.3'
__date__ = '2024-07-10'
__version__ = '3.2.4'
__date__ = '2024-11-01'
__author__ = 'Jakub Roztocil'
__licence__ = 'BSD'

0 comments on commit 2105caa

Please sign in to comment.