summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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",