summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Kislyuk <kislyuk@gmail.com>2021-06-13 12:19:01 -0700
committerAndrey Kislyuk <kislyuk@gmail.com>2021-06-13 12:19:01 -0700
commit340f8e42a007bb1b4be53bdec2c103ed1e12e419 (patch)
treea6e47f58d4df94840718b77b0124d72b6c66dc24
parent3801b7e498b1e7367b92aab9abb6ca8045962cc7 (diff)
v2.12.1v2.12.1
-rw-r--r--Changes.rst5
-rw-r--r--docs/cli-doc.txt2
-rwxr-xr-xsetup.py2
3 files changed, 7 insertions, 2 deletions
diff --git a/Changes.rst b/Changes.rst
index 0c6c3ad..ceb4309 100644
--- a/Changes.rst
+++ b/Changes.rst
@@ -1,3 +1,8 @@
+Changes for v2.12.1 (2021-06-13)
+================================
+
+- Do not close fds on child process
+
Changes for v2.12.0 (2021-02-05)
================================
diff --git a/docs/cli-doc.txt b/docs/cli-doc.txt
index 8f1c208..f12c30f 100644
--- a/docs/cli-doc.txt
+++ b/docs/cli-doc.txt
@@ -1,5 +1,5 @@
usage: yq [options] <jq filter> [input file...]
- [jq_filter] [files [files ...]]
+ [jq_filter] [files ...]
yq: Command-line YAML processor - jq wrapper for YAML documents
diff --git a/setup.py b/setup.py
index c9ab3fc..7f07acc 100755
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ tests_require = ["coverage", "flake8", "wheel"]
setup(
name="yq",
- version="2.12.0",
+ version="2.12.1",
url="https://github.com/kislyuk/yq",
license="Apache Software License",
author="Andrey Kislyuk",