Skip to content

Commit 42af2f7

Browse files
authored
v2.6.0 (#1182)
[skip ci]
1 parent a65771e commit 42af2f7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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-
## [2.6.0.dev0](https://github.com/httpie/httpie/compare/2.5.0...master) (unreleased)
6+
## [2.6.0](https://github.com/httpie/httpie/compare/2.5.0...2.6.0) (2021-10-14)
77

88
- 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))
99
- 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))

docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ Verify that now you have the [current development version identifier](https://gi
334334

335335
```bash
336336
$ http --version
337-
# 2.6.0.dev0
337+
# 2.6.0
338338
```
339339

340340
## Usage

httpie/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
44
"""
55

6-
__version__ = '2.6.0.dev0'
6+
__version__ = '2.6.0'
77
__author__ = 'Jakub Roztocil'
88
__licence__ = 'BSD'

0 commit comments

Comments
 (0)