From 9ae86f3b4fadb6203b34b8b672e03b58c08437b3 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Thu, 8 Dec 2016 04:47:32 +0100 Subject: [PATCH] 0.9.7 --- CHANGELOG.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f80a03fb..ccf27d26 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,10 +6,14 @@ This document records all notable changes to `HTTPie `_. This project adheres to `Semantic Versioning `_. +`1.0.0-dev`_ (unreleased) +------------------------- + `0.9.7`_ (2016-12-08) --------------------- * Extended auth plugin API. +* Added exit status code ``7`` for plugin errors. * Added support for ``curses``-less Python installations. * Fixed ``REQUEST_ITEM`` arg incorrectly being reported as required. * Improved ``CTRL-C`` interrupt handling.