Skip to content

Commit

Permalink
v2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Feb 5, 2021
1 parent 729bbc0 commit 5b8af0e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
7 changes: 7 additions & 0 deletions Changes.rst
@@ -1,3 +1,10 @@
Changes for v2.12.0 (2021-02-05)
================================

- Add TOML support and the tomlq CLI utility to access it

- Drop Python 2.7 support

Changes for v2.11.1 (2020-09-26)
================================

Expand Down
3 changes: 1 addition & 2 deletions docs/cli-doc.txt
@@ -1,5 +1,4 @@
usage: yq [options] <jq filter> [YAML file...]
[--indentless-lists] [--in-place] [--version]
usage: yq [options] <jq filter> [input file...]
[jq_filter] [files [files ...]]

yq: Command-line YAML processor - jq wrapper for YAML documents
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -6,7 +6,7 @@

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

0 comments on commit 5b8af0e

Please sign in to comment.