Skip to content

Commit

Permalink
v3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Apr 26, 2024
1 parent 913a2ac commit 762194a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
5 changes: 5 additions & 0 deletions Changes.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Changes for v3.4.2 (2024-04-26)
===============================

Constrain setuptools_scm version

Changes for v3.4.1 (2024-04-17)
===============================

Expand Down
5 changes: 3 additions & 2 deletions docs/cli-doc-xq.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
usage: xq [options] <jq filter> [input file...]
[--version]
[jq_filter] [files ...]

xq: Command-line XML processor - jq wrapper for XML documents
Expand All @@ -13,10 +14,10 @@ positional arguments:
options:
-h, --help show this help message and exit
--xml-output, -x Transcode jq JSON output back into XML and emit it
--xml-item-depth 123 Specify depth of items to emit (default 0; use a positive integer to stream large docs)
--xml-dtd Preserve XML Document Type Definition (disables streaming of multiple docs)
--xml-root XML_ROOT When transcoding back to XML, envelope the output in an element with this name
--xml-force-list XML_FORCE_LIST
Tag name to pass to force_list parameter of xmltodict.parse(). Can be used multiple times.
--xml-force-list ELT Emit a list for elements with this name even if they occur only once (option can repeat)
--in-place, -i Edit files in place (no backup - use caution)
--version show program's version number and exit

Expand Down
5 changes: 4 additions & 1 deletion docs/cli-doc.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
usage: yq [options] <jq filter> [input file...]
[--indentless-lists] [--in-place] [--version]
[--indentless-lists] [--explicit-start] [--explicit-end]
[--in-place] [--version]
[jq_filter] [files ...]

yq: Command-line YAML processor - jq wrapper for YAML documents
Expand All @@ -23,6 +24,8 @@ options:
When using --yaml-output, specify string wrap width
--indentless-lists, --indentless
When using --yaml-output, indent block style lists (sequences) with 0 spaces instead of 2
--explicit-start When using --yaml-output, always emit explicit document start ("---")
--explicit-end When using --yaml-output, always emit explicit document end ("...")
--in-place, -i Edit files in place (no backup - use caution)
--version show program's version number and exit

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="yq",
version="3.4.1",
version="3.4.2",
url="https://github.com/kislyuk/yq",
license="Apache Software License",
author="Andrey Kislyuk",
Expand Down

0 comments on commit 762194a

Please sign in to comment.