summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBatuhan Taskaya <isidentical@gmail.com>2022-01-24 21:20:17 +0300
committerGitHub <noreply@github.com>2022-01-24 21:20:17 +0300
commit559134de0ad655fbf3eded2e90e5f49bdc381bd5 (patch)
tree27ae1c6bf9e6d5553217d124734014a38b4e3e83
parent813e8864a1bfd6f9fc22b3ea2ad727c20cba6fac (diff)
Release 3.0.2 (#1281)3.0.2
-rw-r--r--CHANGELOG.md6
-rw-r--r--httpie/__init__.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 58dc677b..3f793d3f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,12 @@
This document records all notable changes to [HTTPie](https://httpie.io).
This project adheres to [Semantic Versioning](https://semver.org/).
+## [3.0.2](https://github.com/httpie/httpie/compare/3.0.0...3.0.1) (2022-01-23)
+
+[What’s new in HTTPie for Terminal 3.0 →](https://httpie.io/blog/httpie-3.0.0)
+
+- Fixed usage of `httpie` when there is a presence of a config with `default_options` ([#1280](https://github.com/httpie/httpie/pull/1280)).
+
## [3.0.1](https://github.com/httpie/httpie/compare/3.0.0...3.0.1) (2022-01-23)
[What’s new in HTTPie for Terminal 3.0 →](https://httpie.io/blog/httpie-3.0.0)
diff --git a/httpie/__init__.py b/httpie/__init__.py
index 78616027..7d48b349 100644
--- a/httpie/__init__.py
+++ b/httpie/__init__.py
@@ -3,6 +3,6 @@ HTTPie: modern, user-friendly command-line HTTP client for the API era.
"""
-__version__ = '3.0.1'
+__version__ = '3.0.2'
__author__ = 'Jakub Roztocil'
__licence__ = 'BSD'