Skip to content

Commit 2142ae6

Browse files
authored
Final release prep for 3.2.0 (#1387)
1 parent 0b6a9b2 commit 2142ae6

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.1.1.dev0](https://github.com/httpie/httpie/compare/3.1.0...HEAD) (Unreleased)
6+
## [3.2.0](https://github.com/httpie/httpie/compare/3.1.0...3.2.0) (2022-05-05)
77

88
- Added a warning for notifying the user about the new updates. ([#1336](https://github.com/httpie/httpie/pull/1336))
99
- Added support for single binary executables. ([#1330](https://github.com/httpie/httpie/pull/1330))

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 "2022-03-08" "HTTPie 3.1.1.dev0" "HTTPie Manual"
2+
.TH http 1 "2022-05-05" "HTTPie 3.2.0" "HTTPie Manual"
33
.SH NAME
44
http
55
.SH SYNOPSIS

extras/man/httpie.1

+4-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 "2022-03-08" "HTTPie 3.1.1.dev0" "HTTPie Manual"
2+
.TH httpie 1 "2022-05-05" "HTTPie 3.2.0" "HTTPie Manual"
33
.SH NAME
44
httpie
55
.SH SYNOPSIS
@@ -24,6 +24,9 @@ Export available options for the CLI
2424

2525
Format to export in.
2626

27+
.PP
28+
.SH httpie cli check-updates
29+
Check for updates
2730
.PP
2831
.SH httpie cli sessions upgrade
2932
Upgrade the given HTTPie session with the latest layout. A list of changes between different session versions can be found in the official documentation.

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 "2022-03-08" "HTTPie 3.1.1.dev0" "HTTPie Manual"
2+
.TH https 1 "2022-05-05" "HTTPie 3.2.0" "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.1.1.dev0'
7-
__date__ = '2022-03-08'
6+
__version__ = '3.2.0'
7+
__date__ = '2022-05-05'
88
__author__ = 'Jakub Roztocil'
99
__licence__ = 'BSD'

0 commit comments

Comments
 (0)