summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Kislyuk <kislyuk@gmail.com>2023-04-22 14:42:12 -0700
committerAndrey Kislyuk <kislyuk@gmail.com>2023-04-22 14:42:12 -0700
commit5d0be22c271bd8dbf80b7509cf64240d0f2ca555 (patch)
tree2182eb03045ee4ed11d5debf5139a8d5efc70624
parent457250367efd3a7ac94647aaaaf0520e62337260 (diff)
v3.2.2v3.2.2
-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 fd3e5db..a500cd2 100644
--- a/Changes.rst
+++ b/Changes.rst
@@ -1,3 +1,8 @@
+Changes for v3.2.2 (2023-04-22)
+===============================
+
+- Allow XML documents to be streamed with –xml-item-depth
+
Changes for v3.2.1 (2023-04-04)
===============================
diff --git a/setup.py b/setup.py
index 6ee22ba..41bd2cd 100755
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from setuptools import find_packages, setup
setup(
name="yq",
- version="3.2.1",
+ version="3.2.2",
url="https://github.com/kislyuk/yq",
license="Apache Software License",
author="Andrey Kislyuk",