From 7c2df8fcbab7d907cd204bacbcac90658d599342 Mon Sep 17 00:00:00 2001 From: Andrey Kislyuk Date: Sat, 30 Sep 2017 10:06:01 -0700 Subject: [PATCH] v2.3.3 --- Changes.rst | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Changes.rst b/Changes.rst index 8f21911..024ea5d 100644 --- a/Changes.rst +++ b/Changes.rst @@ -1,3 +1,11 @@ +Changes for v2.3.3 (2017-09-30) +=============================== + +- Avoid buffering all input docs in memory with no -y + +- End all json.dump output with newlines. Close all input streams. + Fixes #8. Thanks to @bubbleattic for reporting. + Changes for v2.3.2 (2017-09-25) =============================== diff --git a/setup.py b/setup.py index 7076f06..9442d50 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="yq", - version="2.3.2", + version="2.3.3", url="https://github.com/kislyuk/yq", license="Apache Software License", author="Andrey Kislyuk",