Skip to content

Commit

Permalink
v2.6.0 (#1182)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
BoboTiG authored Oct 14, 2021
1 parent a65771e commit 42af2f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This document records all notable changes to [HTTPie](https://httpie.io).
This project adheres to [Semantic Versioning](https://semver.org/).

## [2.6.0.dev0](https://github.com/httpie/httpie/compare/2.5.0...master) (unreleased)
## [2.6.0](https://github.com/httpie/httpie/compare/2.5.0...2.6.0) (2021-10-14)

- Added support for formatting & coloring of JSON bodies preceded by non-JSON data (e.g., an XXSI prefix). ([#1130](https://github.com/httpie/httpie/issues/1130))
- Added charset auto-detection when `Content-Type` doesn’t include it. ([#1110](https://github.com/httpie/httpie/issues/1110), [#1168](https://github.com/httpie/httpie/issues/1168))
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ Verify that now you have the [current development version identifier](https://gi

```bash
$ http --version
# 2.6.0.dev0
# 2.6.0
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion httpie/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"""

__version__ = '2.6.0.dev0'
__version__ = '2.6.0'
__author__ = 'Jakub Roztocil'
__licence__ = 'BSD'

0 comments on commit 42af2f7

Please sign in to comment.