[skip ci]
This commit is contained in:
Mickaël Schoentgen 2021-09-06 20:23:14 +02:00 committed by GitHub
parent 9764cc74a4
commit 4eaa4d67c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
This document records all notable changes to [HTTPie](https://httpie.io). This document records all notable changes to [HTTPie](https://httpie.io).
This project adheres to [Semantic Versioning](https://semver.org/). This project adheres to [Semantic Versioning](https://semver.org/).
## [2.5.0-dev](https://github.com/httpie/httpie/compare/2.4.0...master) (unreleased) ## [2.5.0](https://github.com/httpie/httpie/compare/2.4.0...2.5.0) (2021-09-06)
- Added `--raw` to allow specifying the raw request body without extra processing as - Added `--raw` to allow specifying the raw request body without extra processing as
an alternative to `stdin`. ([#534](https://github.com/httpie/httpie/issues/534)) an alternative to `stdin`. ([#534](https://github.com/httpie/httpie/issues/534))

View File

@ -136,7 +136,7 @@ Verify that now you have the [current development version identifier](https://gi
```bash ```bash
$ http --version $ http --version
# 2.5.0-dev # 2.5.0
``` ```
## Usage ## Usage

View File

@ -3,6 +3,6 @@ HTTPie: command-line HTTP client for the API era.
""" """
__version__ = '2.5.0.dev0' __version__ = '2.5.0'
__author__ = 'Jakub Roztocil' __author__ = 'Jakub Roztocil'
__licence__ = 'BSD' __licence__ = 'BSD'