summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Kislyuk <andrey.kislyuk@color.com>2024-04-17 15:17:43 -0700
committerAndrey Kislyuk <andrey.kislyuk@color.com>2024-04-17 15:17:43 -0700
commit88d742b8df936e89f9b42707a341c11037a61755 (patch)
tree411d8ad8df794c355256eb2f15c5100046881b03
parent95cb7d6b7d97c20b06d2d7a8d65fa35a6f495932 (diff)
v3.4.0v3.4.0
-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 d94173a..1d8326c 100644
--- a/Changes.rst
+++ b/Changes.rst
@@ -1,3 +1,8 @@
+Changes for v3.4.0 (2024-04-17)
+===============================
+
+- yq -y: Induce quoting of string scalars that start with 08 and 09
+
Changes for v3.3.1 (2024-04-15)
===============================
diff --git a/setup.py b/setup.py
index 5b17121..f2a0821 100755
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from setuptools import find_packages, setup
setup(
name="yq",
- version="3.3.1",
+ version="3.4.0",
url="https://github.com/kislyuk/yq",
license="Apache Software License",
author="Andrey Kislyuk",