diff --git a/Changes.rst b/Changes.rst index 1fba343..77d1248 100644 --- a/Changes.rst +++ b/Changes.rst @@ -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) =============================== diff --git a/docs/cli-doc.txt b/docs/cli-doc.txt index e0d9cae..7198b22 100644 --- a/docs/cli-doc.txt +++ b/docs/cli-doc.txt @@ -1,6 +1,6 @@ usage: yq [options] [input file...] [--indentless-lists] [--in-place] [--version] - [jq_filter] [files ...] + [jq_filter] [files [files ...]] yq: Command-line YAML processor - jq wrapper for YAML documents diff --git a/setup.py b/setup.py index 578e3dd..0d194b8 100755 --- a/setup.py +++ b/setup.py @@ -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",