Skip to content

Commit

Permalink
v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Apr 4, 2023
1 parent 96b73ec commit 2297478
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions Changes.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Changes for v3.2.0 (2023-04-03)
===============================

- Use tomlkit instead of toml

- Add security policy

- Documentation and release infrastructure improvements

Changes for v3.1.1 (2023-02-21)
===============================

Expand Down
2 changes: 1 addition & 1 deletion 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 ...]
[jq_filter] [files [files ...]]

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

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.1",
version="3.2.0",
url="https://github.com/kislyuk/yq",
license="Apache Software License",
author="Andrey Kislyuk",
Expand Down

0 comments on commit 2297478

Please sign in to comment.