summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Kislyuk <kislyuk@gmail.com>2017-09-30 10:06:01 -0700
committerAndrey Kislyuk <kislyuk@gmail.com>2017-09-30 10:06:01 -0700
commit7c2df8fcbab7d907cd204bacbcac90658d599342 (patch)
tree551cb1487632c1c9fc2af0d0e8e64155e1990864
parent9600c2d364e94f6176b139243ab8d2720e1e86cb (diff)
v2.3.3v2.3.3
-rw-r--r--Changes.rst8
-rwxr-xr-xsetup.py2
2 files changed, 9 insertions, 1 deletions
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 @@ tests_require = ["coverage", "flake8", "wheel"]
setup(
name="yq",
- version="2.3.2",
+ version="2.3.3",
url="https://github.com/kislyuk/yq",
license="Apache Software License",
author="Andrey Kislyuk",