Skip to content

Commit

Permalink
v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Jul 5, 2022
1 parent 34831d4 commit 13315d4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions Changes.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Changes for v3.0.2 (2022-07-05)
===============================

- Expand merge keys (https://yaml.org/type/merge.html). This is a YAML
1.1 specific behavior, but will be accommodated in yq due to its
widespread use and low likelihood of accidental invocation.

Changes for v3.0.1 (2022-07-04)
===============================

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

yq: Command-line YAML processor - jq wrapper for YAML documents

Expand All @@ -25,9 +25,9 @@ optional arguments:

jq - commandline JSON processor [version 1.6]

Usage: jq [options] <jq filter> [file...]
jq [options] --args <jq filter> [strings...]
jq [options] --jsonargs <jq filter> [JSON_TEXTS...]
Usage: /Users/andrey.kislyuk/.asdf/installs/jq/1.6/bin/jq [options] <jq filter> [file...]
/Users/andrey.kislyuk/.asdf/installs/jq/1.6/bin/jq [options] --args <jq filter> [strings...]
/Users/andrey.kislyuk/.asdf/installs/jq/1.6/bin/jq [options] --jsonargs <jq filter> [JSON_TEXTS...]

jq is a tool for processing JSON inputs, applying the given filter to
its JSON text inputs and producing the filter's results as JSON on
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.0.1",
version="3.0.2",
url="https://github.com/kislyuk/yq",
license="Apache Software License",
author="Andrey Kislyuk",
Expand Down

0 comments on commit 13315d4

Please sign in to comment.