Skip to content

Commit

Permalink
v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Feb 22, 2023
1 parent 479e416 commit 7059f8f
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.1.1 (2023-02-21)
===============================

- Handle TOML datetimes. Fixes #160

- Test and documentation improvements

Changes for v3.1.0 (2022-07-24)
===============================

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

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

Expand Down Expand Up @@ -28,9 +28,9 @@ optional arguments:

jq - commandline JSON processor [version 1.6]

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...]
Usage: jq [options] <jq filter> [file...]
jq [options] --args <jq filter> [strings...]
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.1.0",
version="3.1.1",
url="https://github.com/kislyuk/yq",
license="Apache Software License",
author="Andrey Kislyuk",
Expand Down

0 comments on commit 7059f8f

Please sign in to comment.