summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Kislyuk <kislyuk@gmail.com>2019-10-28 09:16:34 -0700
committerAndrey Kislyuk <kislyuk@gmail.com>2019-10-28 09:16:34 -0700
commit903b25785152203a416090358184afd6baf5ce2c (patch)
treeab19ea1831538d489bdce7c25bd828c42a426299
parent907b1f2c5da21d4fbf09f64fc9a820615d0c9a68 (diff)
v2.8.1v2.8.1
-rw-r--r--Changes.rst5
-rwxr-xr-xsetup.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/Changes.rst b/Changes.rst
index 6d0e831..ebda0e7 100644
--- a/Changes.rst
+++ b/Changes.rst
@@ -1,3 +1,8 @@
+Changes for v2.8.1 (2019-10-28)
+===============================
+
+- Filter out -C and separate commingled yq and jq short options
+
Changes for v2.8.0 (2019-10-25)
===============================
diff --git a/setup.py b/setup.py
index 1c6e23b..e264705 100755
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ tests_require = ["coverage", "flake8", "wheel"]
setup(
name="yq",
- version="2.8.0",
+ version="2.8.1",
url="https://github.com/kislyuk/yq",
license="Apache Software License",
author="Andrey Kislyuk",